EU Parliament Monitor — API Documentation - v1.0.0
    Preparing search index...

    Variable MEPS_FEED_OVERSIZED_ITEM_THRESHOLDConst

    MEPS_FEED_OVERSIZED_ITEM_THRESHOLD: 200

    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.