Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_task_manager

Streamline task management on Planka Kanban boards by creating, updating, deleting, or completing tasks using structured actions for efficient project workflows.

Instructions

Manage kanban tasks with various operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
cardIdNoThe ID of the card
idNoThe ID of the task
isCompletedNoWhether the task is completed
nameNoThe name of the task
positionNoThe position of the task
tasksNoArray of tasks to create in batch

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", "batch_create", "get_one", "update", "delete", "complete_task" ], "type": "string" }, "cardId": { "description": "The ID of the card", "type": "string" }, "id": { "description": "The ID of the task", "type": "string" }, "isCompleted": { "description": "Whether the task is completed", "type": "boolean" }, "name": { "description": "The name of the task", "type": "string" }, "position": { "description": "The position of the task", "type": "number" }, "tasks": { "description": "Array of tasks to create in batch", "items": { "additionalProperties": false, "properties": { "cardId": { "description": "The ID of the card for this task", "type": "string" }, "name": { "description": "The name of this task", "type": "string" }, "position": { "description": "The position of this task", "type": "number" } }, "required": [ "cardId", "name" ], "type": "object" }, "type": "array" } }, "required": [ "action" ], "type": "object" }

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