Create Board
create_boardCreate a new Trello board with a specified name and description. Optionally include default lists like To Do, Doing, and Done to organize tasks instantly.
Instructions
Create a new Trello board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | Description for the board | |
| name | Yes | Name of the new board | |
| defaultLists | No | Create default lists (To Do, Doing, Done). Default: true |