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

    Variable getProcedureEventByIdToolMetadataConst

    getProcedureEventByIdToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                eventId: { description: string; type: string };
                processId: { description: string; type: string };
            };
            required: string[];
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_procedure_event_by_id

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              eventId: { description: string; type: string };
              processId: { description: string; type: string };
          };
          required: string[];
          type: "object";
      }
    • name: string