trello_get_board_custom_fields
Retrieve all custom field definitions from a Trello board, including field names, types, and available options.
Instructions
Get all custom field definitions for a Trello board. Returns field names, types, and options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| boardId | Yes | ID or URL of the board to get custom fields from |