Share via


ResponseMCPApprovalRequestItem interface

A response item that represents a request for approval to call an MCP tool.

Extends

Properties

arguments

The arguments for the tool call.

name

The name of the tool to call.

serverLabel

The label of the server that provides the tool.

type

The type of the item.

Inherited Properties

id
object

Property Details

arguments

The arguments for the tool call.

arguments?: string

Property Value

string

name

The name of the tool to call.

name: string

Property Value

string

serverLabel

The label of the server that provides the tool.

serverLabel: string

Property Value

string

type

The type of the item.

type: "mcp_approval_request"

Property Value

"mcp_approval_request"

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