RealtimeServerEventResponseMCPCallCompleted interface

Returned when an MCP tool call has completed successfully.

Extends

Properties

event_id

The unique ID of the server event.

item_id

The ID of the MCP tool call item.

output_index

The index of the output item in the response.

type

The event type, must be response.mcp_call.completed.

Property Details

event_id

The unique ID of the server event.

event_id: string

Property Value

string

item_id

The ID of the MCP tool call item.

item_id: string

Property Value

string

output_index

The index of the output item in the response.

output_index: number

Property Value

number

type

The event type, must be response.mcp_call.completed.

type: "response.mcp_call.completed"

Property Value

"response.mcp_call.completed"