Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_label_manager

Manage kanban labels on Planka boards by performing actions like creating, updating, deleting, or assigning labels to cards. Simplify organization and categorization of tasks with customizable label colors and positions.

Instructions

Manage kanban labels with various operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
boardIdNoThe ID of the board
cardIdNoThe ID of the card
colorNoThe color of the label
idNoThe ID of the label
labelIdNoThe ID of the label (for card operations)
nameNoThe name of the label
positionNoThe position of the label

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", "add_to_card", "remove_from_card" ], "type": "string" }, "boardId": { "description": "The ID of the board", "type": "string" }, "cardId": { "description": "The ID of the card", "type": "string" }, "color": { "description": "The color of the label", "enum": [ "berry-red", "pumpkin-orange", "lagoon-blue", "pink-tulip", "light-mud", "orange-peel", "bright-moss", "antique-blue", "dark-granite", "lagune-blue", "sunny-grass", "morning-sky", "light-orange", "midnight-blue", "tank-green", "gun-metal", "wet-moss", "red-burgundy", "light-concrete", "apricot-red", "desert-sand", "navy-blue", "egg-yellow", "coral-green", "light-cocoa" ], "type": "string" }, "id": { "description": "The ID of the label", "type": "string" }, "labelId": { "description": "The ID of the label (for card operations)", "type": "string" }, "name": { "description": "The name of the label", "type": "string" }, "position": { "description": "The position of the label", "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