boards
Manage Planka project sections by retrieving, creating, updating, or deleting these containers that hold lists and cards for organizing tasks.
Instructions
Manage Planka boards. Boards contain lists and cards for organizing work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Board ID (for get, update, delete) or Project ID (for create, use projectId in data) (required for: get, update, delete) | |
| data | No | Board data: { name: string, projectId?: string (for create), position?: number, defaultView?: 'kanban'|'grid'|'list' } (required for: create, update) | |
| action | Yes | Action to perform: 'get' - Get board details by ID; 'create' - Create a new board in a project; 'update' - Update board settings; 'delete' - Delete a board |