Emitted when the list of available MCP tools has been successfully retrieved.

interface ResponseMcpListToolsCompletedEvent {
    item_id: string;
    output_index: number;
    sequence_number: number;
    type: "response.mcp_list_tools.completed";
}

Properties

item_id: string

The ID of the MCP tool call item that produced this output.

output_index: number

The index of the output item that was processed.

sequence_number: number

The sequence number of this event.

type: "response.mcp_list_tools.completed"

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