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

    Variable AnalyzeLegislativeEffectivenessSchemaConst

    AnalyzeLegislativeEffectivenessSchema: ZodObject<
        {
            dateFrom: ZodOptional<ZodString>;
            dateTo: ZodOptional<ZodString>;
            subjectId: ZodString;
            subjectType: ZodEnum<{ COMMITTEE: "COMMITTEE"; MEP: "MEP" }>;
        },
        $strip,
    > = ...

    Analyze legislative effectiveness input schema