list_custom_fields
List all custom field definitions for a ScrumDo board, returning field IDs, names, types, and choices to use when setting card fields.
Instructions
List all custom field definitions for the board.
Each field has an id, name, field_type, and optional choices. Use the id when calling set_card_field() or update_card(extra_fields=…).
Args: project_slug: Board slug. Defaults to the configured project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_slug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |