Skip to main content

Module tools

Module tools 

Source
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 — run tools/call against the per-response_id MCP listener socket and return the MCP CallToolResult. --params is the MCP CallToolRequestParams, supplied as a JSON string.
list
agents tools list — run tools/list against the per-response_id MCP listener socket and return the MCP ListToolsResult. --params is the MCP ListToolsRequest, supplied as a JSON string (e.g. {} or {"cursor":"..."}).

Enums§

Command
Request
ResponseItem

Functions§

execute
execute_transform