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

    Variable trackMepAttendanceToolMetadataConst

    trackMepAttendanceToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                country: { description: string; type: string };
                dateFrom: { description: string; type: string };
                dateTo: { description: string; type: string };
                groupId: { description: string; type: string };
                limit: { description: string; type: string };
                mepId: { description: string; type: string };
            };
            required: never[];
            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 };
              groupId: { description: string; type: string };
              limit: { description: string; type: string };
              mepId: { description: string; type: string };
          };
          required: never[];
          type: "object";
      }
    • name: string