create_board
Add a new board to Trello with custom name, description, permissions, lists, labels, and more. Configure advanced settings to match your workflow.
Instructions
Create a new board with the specified properties. Use this tool when you need to add a new board to Trello.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | Description of the board | |
| name | Yes | Name of the board | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| powerUps | No | Power-ups to enable on the board | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) | |
| defaultLists | No | Whether to add the default set of lists (To Do, Doing, Done) (default: true) | |
| prefs_voting | No | Who can vote on this board (default: disabled) | |
| defaultLabels | No | Whether to use the default set of labels (default: true) | |
| idBoardSource | No | ID of a board to copy into the new board | |
| idOrganization | No | ID of the organization the board should belong to | |
| keepFromSource | No | What to copy from the source board (default: none) | |
| prefs_comments | No | Who can comment on cards (default: members) | |
| prefs_selfJoin | No | Whether organization members can join the board themselves (default: true) | |
| prefs_cardAging | No | Card aging style (default: regular) | |
| prefs_background | No | Background color or image (default: blue) | |
| prefs_cardCovers | No | Whether to show card cover images (default: true) | |
| prefs_invitations | No | Who can invite people to the board (default: members) | |
| prefs_permissionLevel | No | Permission level of the board (default: private) |