robot_tool_call
Host to Plugin RPC method.
robot_tool_call is a Host to Plugin method.
This page is generated from api/rpc/host-to-plugin/robot_tool_call.yaml.
Types
- Request type:
RPCRequestRobotToolCall - Response type:
RPCResponseRobotToolCall
Request contract
Executes a manifest-declared Robot tool provided by a plugin.
Required fields:
methodparams
Response contract
Returns a structured result from a plugin-provided Robot tool.
Required fields:
method
Notes
- JSON-RPC base request/response envelope types are defined in
api/rpc/rpc.yaml. - Union wiring between host/plugin method sets is defined in
api/plugin.yaml.