get_huly_class
Fetch a Huly class by exact ID to see its inheritance chain and all model attributes like fields, ref targets, and enum IDs.
Instructions
Read one Huly class/interface/mixin by exact ID and return its inheritance chain plus model attributes. Use this when you need fields, ref targets, enum IDs, or hints about purpose-built MCP tool categories for the class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | Yes | a string that will be trimmed | |
| includeInheritedAttributes | No | Include attributes declared on parent classes. Defaults to true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |