mcp_kanban_list_manager
Manage kanban board columns/lists (e.g., Backlog, To Do, In Progress, Done) by creating, updating, deleting, or retrieving them.
Instructions
Manage kanban board lists/columns (columns/lanes on a board such as 'Backlog', 'To Do', 'In Progress', 'Done'). IMPORTANT: This manages top-level board columns containing cards. This is NOT for card task-lists (checklists) or individual sub-tasks inside cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the board list (column/lane) | |
| name | No | The name of the board list (column/lane, e.g. 'To Do', 'In Progress') | |
| action | Yes | The action to perform | |
| boardId | No | The ID of the board containing the list (column/lane) | |
| position | No | The position of the list (column/lane) on the board |