mcp_kanban_card_manager
Create, update, move, duplicate, and delete Kanban cards, and set their order within a column. Manage card checklists and tasks.
Instructions
Manage kanban cards (tickets/items inside board columns/lists). Supports creating, updating, moving, duplicating, deleting cards, and setting/updating card vertical position/order (lower numbers like 0, 65535 appear higher up at the top of the column, and higher numbers appear lower down at the bottom). Each card can contain its own checklist (task-list) with step-by-step tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the card | |
| name | No | The name of the card | |
| tasks | No | Array of task (checklist step item) names to create inside the card's checklist for create_with_tasks action | |
| action | Yes | The action to perform | |
| cardId | No | The ID of the card to get details for | |
| listId | No | The ID of the board list/column where the card is placed | |
| boardId | No | The ID of the board (if moving between boards) | |
| comment | No | Optional comment to add to the card | |
| dueDate | No | The due date for the card (ISO format) | |
| position | No | The vertical position/sort order of the card within its list column (default: 65535). Lower/smaller numbers (e.g. 0, 1000, 65535) place the card HIGHER up (near the top of the column). Higher/larger numbers (e.g. 131070, 196605) place the card LOWER down (near the bottom of the column). | |
| projectId | No | The ID of the project (if moving between projects) | |
| description | No | The description of the card | |
| isCompleted | No | Whether the card itself is marked as completed |