list_custom_field_definitions
List the per-board metadata for custom-field slots, providing labels, types, and enabled state to interpret task values.
Instructions
List the per-board metadata for the 15 custom-field slots.
Each task has up to 15 custom_field_N values surfaced as
Task.custom_fields["custom_field_N"]. The slot number alone tells
you nothing about what's IN it on a given board — call this tool once
per board to learn the labels, types, and enabled state, then
interpret task values accordingly.
Returns the 15 definitions in slot order (1..15) regardless of which
are enabled. Slots with enabled=False are usually dormant on
that board's UI even if individual tasks happen to carry values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |