Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_list_manager

Manage kanban lists by performing actions like creating, updating, deleting, or retrieving lists and their details directly within Planka Kanban boards.

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" }

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