mcp_kanban_project_board_manager
Manage Kanban projects and boards with operations to retrieve, create, update, delete, or summarize boards and projects.
Instructions
Manage projects and boards with various operations (retrieve projects/boards, create, update, delete, or get board summary). Note: A board contains column lists of cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the project or board | |
| name | No | The name of the board | |
| page | No | The page number for pagination (1-indexed) | |
| type | No | The type of the board | |
| action | Yes | The action to perform | |
| boardId | No | The ID of the board to get a summary for | |
| perPage | No | The number of items per page | |
| position | No | The position of the board | |
| projectId | No | The ID of the project | |
| includeComments | No | Whether to include comments for each card | |
| includeTaskDetails | No | Whether to include detailed task / checklist item information (sub-tasks with isCompleted status across all card task-lists) for each card |