EU Parliament Monitor — API Documentation - v0.8.39
    Preparing search index...

    Interface FixedWindowFeedOptions

    Options accepted by the fixed-window EP API v2 feed endpoints (documents, plenary_documents, committee_documents, plenary_session_documents, parliamentary_questions, corporate_bodies, controlled_vocabularies).

    These feeds serve a server-defined window. Historically (pre-v1.2.10) they rejected timeframe/startDate with INVALID_PARAMS (Hack23/European-Parliament-MCP-Server#377); as of european-parliament-mcp-server@1.2.10 (PR #379) the server silently ignores those params on fixed-window tools. The client continues to omit them so intent matches behaviour and so we remain compatible with any older pinned server version in downstream environments.

    interface FixedWindowFeedOptions {
        limit?: number;
        offset?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number

    Maximum number of results to return

    offset?: number

    Pagination offset