RealtimeMCPListTools interface

A Realtime item listing tools available on an MCP server.

Extends

Properties

created_at

The Unix timestamp (in seconds) for when the item was persisted.

id

The unique ID of the list.

response_id

The id of the response that produced this item, when applicable.

server_label

The label of the MCP server.

tools

The tools available on the server.

type

The type of the item. Always mcp_list_tools.

Property Details

created_at

The Unix timestamp (in seconds) for when the item was persisted.

created_at?: Date

Property Value

Date

id

The unique ID of the list.

id?: string

Property Value

string

response_id

The id of the response that produced this item, when applicable.

response_id?: string

Property Value

string

server_label

The label of the MCP server.

server_label: string

Property Value

string

tools

The tools available on the server.

tools: MCPListToolsTool[]

Property Value

type

The type of the item. Always mcp_list_tools.

type: "mcp_list_tools"

Property Value

"mcp_list_tools"