create_board
Create a new Trello board, optionally include a description and default lists (To Do, Doing, Done) for structured task management.
Instructions
Create a new Trello board. Optionally set a description and choose whether to add the default lists (To Do, Doing, Done).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | Optional description for the board | |
| name | Yes | Name of the new board | |
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| defaultLists | No | Whether to create the default lists (To Do, Doing, Done). Defaults to true. |