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

    Variable getSpeechesToolMetadataConst

    getSpeechesToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                dateFrom: { description: string; type: string };
                dateTo: { description: string; type: string };
                limit: { default: number; description: string; type: string };
                offset: { default: number; description: string; type: string };
                speechId: { description: string; type: string };
                year: {
                    description: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_speeches

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              dateFrom: { description: string; type: string };
              dateTo: { description: string; type: string };
              limit: { default: number; description: string; type: string };
              offset: { default: number; description: string; type: string };
              speechId: { description: string; type: string };
              year: {
                  description: string;
                  maximum: number;
                  minimum: number;
                  type: string;
              };
          };
          type: "object";
      }
    • name: string