update_board
Edit an existing Trello board's details, preferences, and settings, including name, description, permissions, and labels.
Instructions
Update an existing board with new properties. Use this tool to modify board details, preferences, or settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | New description for the board | |
| name | No | New name for the board | |
| closed | No | Whether the board is closed (archived) | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| boardId | Yes | ID of the board to update | |
| subscribed | No | Whether the authenticated user is subscribed to 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) | |
| prefs_voting | No | Who can vote on this board | |
| idOrganization | No | ID of the organization the board should belong to | |
| labelNames_red | No | Name for the red label | |
| prefs_comments | No | Who can comment on cards | |
| prefs_selfJoin | No | Whether organization members can join the board themselves | |
| labelNames_blue | No | Name for the blue label | |
| prefs_cardAging | No | Card aging style | |
| prefs_hideVotes | No | Whether to hide votes | |
| labelNames_green | No | Name for the green label | |
| prefs_background | No | Background color or image | |
| prefs_cardCovers | No | Whether to show card cover images | |
| labelNames_orange | No | Name for the orange label | |
| labelNames_purple | No | Name for the purple label | |
| labelNames_yellow | No | Name for the yellow label | |
| prefs_invitations | No | Who can invite people to the board | |
| prefs_permissionLevel | No | Permission level of the board |