list_huly_enums
Discover valid values for Huly enum models using enum IDs, ensuring correct input before writing or interpreting enum fields.
Instructions
Discover Huly enum model documents and their valid values. Use enum IDs from get_huly_class or list_huly_attributes to inspect allowed enum values before writing or interpreting enum fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enum | No | a string that will be trimmed | |
| query | No | a string that will be trimmed | |
| limit | No | Maximum number of enums 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. |