Item-count threshold above which a get_meps_feed response is treated as an
oversized full-census dump rather than a recently-updated delta.
The EP MCP server's delta-pagination for /meps/feed has a known failure
mode (documented in the get_meps_feed tool schema and surfaced as an
OVERSIZED_PAYLOAD entry in dataQualityWarnings) where it falls back to a
full ~720-MEP census dump (~7–9 MB) instead of the recent-changes window.
Such a payload is structurally valid (HTTP 200, parseable JSON) but is
effectively useless as a "what changed recently" signal and bloats the
agent's prefetch / patch budget. 200 is the server's own documented
trigger boundary.
Item-count threshold above which a
get_meps_feedresponse is treated as an oversized full-census dump rather than a recently-updated delta.The EP MCP server's delta-pagination for
/meps/feedhas a known failure mode (documented in theget_meps_feedtool schema and surfaced as anOVERSIZED_PAYLOADentry indataQualityWarnings) where it falls back to a full ~720-MEP census dump (~7–9 MB) instead of the recent-changes window. Such a payload is structurally valid (HTTP 200, parseable JSON) but is effectively useless as a "what changed recently" signal and bloats the agent's prefetch / patch budget.200is the server's own documented trigger boundary.