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

    Variable getExternalDocumentsFeedToolMetadataConst

    getExternalDocumentsFeedToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                startDate: { description: string; type: string };
                timeframe: {
                    default: string;
                    description: string;
                    enum: string[];
                    type: string;
                };
                workType: { description: string; type: string };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_external_documents_feed

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              startDate: { description: string; type: string };
              timeframe: {
                  default: string;
                  description: string;
                  enum: string[];
                  type: string;
              };
              workType: { description: string; type: string };
          };
          type: "object";
      }
    • name: string