Expand description
agents tools — call the per-response_id MCP listener’s tool
ops over its local socket. Subcommands:
call --response-id <id> --params <json>—tools/call.list --response-id <id> --params <json>—tools/list.
--params is the strongly typed MCP request body supplied as a
JSON string; the command returns the MCP result.
Modules§
- call
agents tools call— runtools/callagainst the per-response_idMCP listener socket and return the MCPCallToolResult.--paramsis the MCPCallToolRequestParams, supplied as a JSON string.- list
agents tools list— runtools/listagainst the per-response_idMCP listener socket and return the MCPListToolsResult.--paramsis the MCPListToolsRequest, supplied as a JSON string (e.g.{}or{"cursor":"..."}).