European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Variable GetCommitteeDocumentsSchemaConst

    GetCommitteeDocumentsSchema: ZodObject<
        {
            docId: ZodOptional<ZodString>;
            limit: ZodDefault<ZodNumber>;
            offset: ZodDefault<ZodNumber>;
        },
        $strip,
    > = ...

    Get committee documents input schema.

    EP API /committee-documents filtering: The EP API does not support a year parameter for this endpoint. Only pagination is available.