mcp_kanban_card_manager
Manage and organize kanban cards within Planka MCP Server. Perform actions like creating, updating, moving, duplicating, or deleting cards, and add tasks or comments to streamline project workflows efficiently.
Instructions
Manage kanban cards with various operations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The action to perform | |
boardId | No | The ID of the board (if moving between boards) | |
cardId | No | The ID of the card to get details for | |
comment | No | Optional comment to add to the card | |
description | No | The description of the card | |
dueDate | No | The due date for the card (ISO format) | |
id | No | The ID of the card | |
isCompleted | No | Whether the card is completed | |
listId | No | The ID of the list | |
name | No | The name of the card | |
position | No | The position of the card | |
projectId | No | The ID of the project (if moving between projects) | |
tasks | No | Array of task descriptions to create for create_with_tasks action |