Emitted when the system is in the process of retrieving the list of available MCP tools.

interface ResponseMcpListToolsInProgressEvent {
    item_id: string;
    output_index: number;
    sequence_number: number;
    type: "response.mcp_list_tools.in_progress";
}

Properties

item_id: string

The ID of the MCP tool call item that is being processed.

output_index: number

The index of the output item that is being processed.

sequence_number: number

The sequence number of this event.

type: "response.mcp_list_tools.in_progress"

The type of the event. Always 'response.mcp_list_tools.in_progress'.