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

    Variable getExternalDocumentsToolMetadataConst

    getExternalDocumentsToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                docId: { description: string; type: string };
                limit: { default: number; description: string; type: string };
                offset: { default: number; description: string; type: string };
                year: { description: string; type: string };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_external_documents

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              docId: { description: string; type: string };
              limit: { default: number; description: string; type: string };
              offset: { default: number; description: string; type: string };
              year: { description: string; type: string };
          };
          type: "object";
      }
    • name: string