invoke_tool
Invoke any Huly operation by exact tool name with arguments. Executes read or write operations through the proxy.
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. Omitted when the server returned the documented happy-path payload. |