get_tool_schema
Retrieve the exact input and output schema for any Huly tool, ensuring correct argument names and result shape before invoking it.
Instructions
Returns the exact input and output schema for one proxy-visible Huly tool. Use this before invoke_tool when you are not certain about required argument names or result shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | Yes | Exact Huly tool name from search_tools or list_tool_categories results. |
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. |