interface MCPServerToolCallDelta {
    arguments?: { [key: string]: unknown };
    id?: string;
    name?: string;
    server_name?: string;
    type: "mcp_server_tool_call";
}

Properties

arguments?: { [key: string]: unknown }
id?: string

A unique ID for this specific tool call.

name?: string
server_name?: string
type: "mcp_server_tool_call"

Used as the OpenAPI type discriminator for the content oneof.