InputItemMcpToolCall interface

MCP サーバーでのツールの呼び出し。

Extends

プロパティ

approval_request_id
arguments

ツールに渡される引数の JSON 文字列。

error
id

ツールコールのユニークなID。

name

実行されたツールの名前。

output
server_label

ツールを実行している MCP サーバーのラベル。

status

ツール呼び出しの状態。 in_progresscompletedincompletecalling、または failedの 1 つ。

type

アイテムの種類。 常に mcp_call です。

プロパティの詳細

approval_request_id

approval_request_id?: string

プロパティ値

string

arguments

ツールに渡される引数の JSON 文字列。

arguments: string

プロパティ値

string

error

error?: string

プロパティ値

string

id

ツールコールのユニークなID。

id: string

プロパティ値

string

name

実行されたツールの名前。

name: string

プロパティ値

string

output

output?: string

プロパティ値

string

server_label

ツールを実行している MCP サーバーのラベル。

server_label: string

プロパティ値

string

status

ツール呼び出しの状態。 in_progresscompletedincompletecalling、または failedの 1 つ。

status?: MCPToolCallStatus

プロパティ値

type

アイテムの種類。 常に mcp_call です。

type: "mcp_call"

プロパティ値

"mcp_call"