List board custom fields
kanbanzone_list_board_custom_fieldsList the custom fields assigned to a Kanban board to view its metadata configuration.
Instructions
List board custom fields for a board.
Args:
board (string, required): the board publicId, e.g. "OeMrbG8g".
response_format ("markdown" | "json"): output format. Defaults to markdown.
Example: "What custom fields does this board have?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | Board publicId, e.g. "OeMrbG8g". | |
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |