Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_list_manager

Perform actions like create, update, delete, or retrieve kanban lists on Planka boards using targeted commands to streamline task and project management.

Instructions

Manage kanban lists with various operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
boardIdNoThe ID of the board
idNoThe ID of the list
nameNoThe name of the list
positionNoThe position of the list

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", "update", "delete", "get_one" ], "type": "string" }, "boardId": { "description": "The ID of the board", "type": "string" }, "id": { "description": "The ID of the list", "type": "string" }, "name": { "description": "The name of the list", "type": "string" }, "position": { "description": "The position of the list", "type": "number" } }, "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