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

    Variable analyzeCountryDelegationToolMetadataConst

    analyzeCountryDelegationToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                country: { description: string; type: string };
                dateFrom: { description: string; type: string };
                dateTo: { description: string; type: string };
            };
            required: string[];
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for MCP listing

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              country: { description: string; type: string };
              dateFrom: { description: string; type: string };
              dateTo: { description: string; type: string };
          };
          required: string[];
          type: "object";
      }
    • name: string