list_huly_classes
Retrieve Huly model class, interface, and mixin IDs visible in the workspace. Use this tool to get exact IDs before working with objects, associations, or custom fields.
Instructions
Discover Huly model class, interface, and mixin IDs visible in this workspace. Use this before raw-object, generic association, custom field, or model-backed work when you need exact class IDs instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | a string that will be trimmed | |
| kind | No | Filter by class, interface, or mixin. unknown is only returned for unexpected model values. | |
| domain | No | a string that will be trimmed | |
| limit | No | Maximum number of classes to return after filtering (default: 100, max: 200) |
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. |