MCPServerToolCallStep: {
    arguments: { [k: string]: any };
    id: string;
    name: string;
    server_name: string;
    type: "mcp_server_tool_call";
}

MCPServer tool call step.

Type declaration

  • arguments: { [k: string]: any }

    Required. The JSON object of arguments for the function.

  • id: string

    Required. A unique ID for this specific tool call.

  • name: string

    Required. The name of the tool which was called.

  • server_name: string

    Required. The name of the used MCP server.

  • type: "mcp_server_tool_call"