mcp_kanban_project_board_manager
Automate project and board management on Planka Kanban boards. Perform actions like creating, updating, deleting boards, retrieving summaries, and organizing tasks through structured API operations.
Instructions
Manage projects and boards with various operations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The action to perform | |
boardId | No | The ID of the board to get a summary for | |
id | No | The ID of the project or board | |
includeComments | No | Whether to include comments for each card | |
includeTaskDetails | No | Whether to include detailed task information for each card | |
name | No | The name of the board | |
page | No | The page number for pagination (1-indexed) | |
perPage | No | The number of items per page | |
position | No | The position of the board | |
projectId | No | The ID of the project | |
type | No | The type of the board |