Emitted when the attempt to list available MCP tools has failed.

interface ResponseMcpListToolsFailedEvent {
    item_id: string;
    output_index: number;
    sequence_number: number;
    type: "response.mcp_list_tools.failed";
}

Properties

item_id: string

The ID of the MCP tool call item that failed.

output_index: number

The index of the output item that failed.

sequence_number: number

The sequence number of this event.

type: "response.mcp_list_tools.failed"

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