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

    Variable getEventsToolMetadataConst

    getEventsToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                dateFrom: { description: string; type: string };
                dateTo: { description: string; type: string };
                eventId: { description: string; type: string };
                limit: { default: number; description: string; type: string };
                offset: { default: number; description: string; type: string };
            };
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_events

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              dateFrom: { description: string; type: string };
              dateTo: { description: string; type: string };
              eventId: { description: string; type: string };
              limit: { default: number; description: string; type: string };
              offset: { default: number; description: string; type: string };
          };
          type: "object";
      }
    • name: string