ResponseMCPListToolItem interface

A response item that lists the tools available on an MCP server.

Extends

Properties

serverLabel

The label of the server that provides the tools.

tools

The tools available on the server.

type

The type of the item.

Inherited Properties

id
object

Property Details

serverLabel

The label of the server that provides the tools.

serverLabel: string

Property Value

string

tools

The tools available on the server.

tools: MCPTool[]

Property Value

type

The type of the item.

type: "mcp_list_tools"

Property Value

"mcp_list_tools"

Inherited Property Details

id

id?: string

Property Value

string

Inherited From ResponseItem.id

object

object?: "realtime.item"

Property Value

"realtime.item"

Inherited From ResponseItem.object