get_tool_schema
Retrieve the precise input and output schema of any Huly tool to prepare correct API calls before using invoke_tool.
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. Omitted when the server returned the documented happy-path payload. |