Skip to main content
Glama

Planka MCP Server

by gcorroto

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

NameRequiredDescriptionDefault
actionYesThe action to perform
boardIdNoThe ID of the board (if moving between boards)
cardIdNoThe ID of the card to get details for
commentNoOptional comment to add to the card
descriptionNoThe description of the card
dueDateNoThe due date for the card (ISO format)
idNoThe ID of the card
isCompletedNoWhether the card is completed
listIdNoThe ID of the list
nameNoThe name of the card
positionNoThe position of the card
projectIdNoThe ID of the project (if moving between projects)
tasksNoArray of task descriptions to create for create_with_tasks action

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The action to perform", "enum": [ "get_all", "create", "get_one", "update", "move", "duplicate", "delete", "create_with_tasks", "get_details" ], "type": "string" }, "boardId": { "description": "The ID of the board (if moving between boards)", "type": "string" }, "cardId": { "description": "The ID of the card to get details for", "type": "string" }, "comment": { "description": "Optional comment to add to the card", "type": "string" }, "description": { "description": "The description of the card", "type": "string" }, "dueDate": { "description": "The due date for the card (ISO format)", "type": "string" }, "id": { "description": "The ID of the card", "type": "string" }, "isCompleted": { "description": "Whether the card is completed", "type": "boolean" }, "listId": { "description": "The ID of the list", "type": "string" }, "name": { "description": "The name of the card", "type": "string" }, "position": { "description": "The position of the card", "type": "number" }, "projectId": { "description": "The ID of the project (if moving between projects)", "type": "string" }, "tasks": { "description": "Array of task descriptions to create for create_with_tasks action", "items": { "type": "string" }, "type": "array" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Planka MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gcorroto/mcp-planka'

If you have feedback or need assistance with the MCP directory API, please join our Discord server