list_custom_fields
Retrieve custom field definitions in the workspace. Filter by target class to get fields for card types, issue types, or other classes.
Instructions
List custom field definitions in the workspace. Returns fields with their labels, types, and owner class info. Custom fields are created in the Huly UI on Card types, Issue types, or other classes. Use targetClass to filter fields for a specific class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetClass | No | a string that will be trimmed | |
| limit | No | Maximum number of fields to return (default: 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. |