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

    Variable GetMeetingPlenarySessionDocumentItemsSchemaConst

    GetMeetingPlenarySessionDocumentItemsSchema: ZodObject<
        {
            limit: ZodDefault<ZodNumber>;
            offset: ZodDefault<ZodNumber>;
            sittingId: ZodString;
        },
        $strip,
    > = ...

    Get meeting plenary session document items input schema. Maps to GET /meetings/{sitting-id}/plenary-session-document-items Note: This EP API endpoint can be slow; a lower default limit (20) reduces response time.