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

    Variable getPlenaryDocumentsFeedToolMetadataConst

    getPlenaryDocumentsFeedToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                limit: {
                    description: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                };
                offset: { description: string; minimum: number; type: string };
                startDate: { description: string; type: string };
                timeframe: { description: string; enum: string[]; type: string };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_plenary_documents_feed

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              limit: {
                  description: string;
                  maximum: number;
                  minimum: number;
                  type: string;
              };
              offset: { description: string; minimum: number; type: string };
              startDate: { description: string; type: string };
              timeframe: { description: string; enum: string[]; type: string };
          };
          type: "object";
      }
    • name: string