list_huly_attributes
Discover Huly model attributes across the workspace or within a specific class. Returns attribute IDs, labels, type families, and custom-field markers with optional filtering.
Instructions
Discover Huly model attributes across the workspace or directly on one class/mixin. Returns attribute IDs, owner classes, labels, type families, ref targets, enum IDs, and custom-field markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | No | a string that will be trimmed | |
| query | No | a string that will be trimmed | |
| customOnly | No | Only return attributes marked as custom fields. Defaults to false. | |
| limit | No | Maximum number of attributes 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. |