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

    Variable GetProceduresSchemaConst

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

    Get procedures input schema.

    EP API /procedures filtering: The EP API does not support a year parameter — only process-type is available. Callers needing year-specific counts must filter client-side.