invoke_tool
Call a specific Huly tool by name with arguments to perform read or write operations.
Instructions
Invokes one proxy-visible Huly tool by exact name with its arguments. This tool can call read or write Huly operations; check get_tool_schema and the target tool annotations when safety matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Exact Huly tool name to invoke through the proxy. | |
| arguments | No | Arguments object for the target Huly tool. Use {} when the target tool accepts no parameters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| warnings | No | Optional agent-visible warnings about degraded result fidelity or important operational conditions. Omitted when there is nothing the agent needs to surface. |