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

    Variable GetDocumentsFeedSchemaConst

    GetDocumentsFeedSchema: ZodObject<
        {
            startDate: ZodOptional<ZodString>;
            timeframe: ZodDefault<
                ZodEnum<
                    {
                        custom: "custom";
                        "one-day": "one-day";
                        "one-month": "one-month";
                        "one-week": "one-week";
                        today: "today";
                    },
                >,
            >;
        },
        $strip,
    > = BaseFeedParamsSchema

    GET /documents/feed