mcp_kanban_card_manager
Automate kanban card management for Planka boards. Perform actions like create, update, move, duplicate, or delete cards, and manage tasks or details programmatically within projects or workflows.
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 |