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

    Variable getMeetingActivitiesToolMetadataConst

    getMeetingActivitiesToolMetadata: {
        description: string;
        inputSchema: {
            properties: {
                limit: { default: number; description: string; type: string };
                offset: { default: number; description: string; type: string };
                sittingId: { description: string; type: string };
            };
            required: string[];
            type: "object";
        };
        name: string;
    } = ...

    Tool metadata for get_meeting_activities

    Type Declaration

    • description: string
    • inputSchema: {
          properties: {
              limit: { default: number; description: string; type: string };
              offset: { default: number; description: string; type: string };
              sittingId: { description: string; type: string };
          };
          required: string[];
          type: "object";
      }
    • name: string