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

    Variable GetEventsSchemaConst

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

    Get events input schema.

    EP API /events filtering: The EP API /events endpoint has no date filtering at all — only pagination (limit/offset) is supported.