Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_comment_manager

Perform operations on card comments, including retrieving, creating, updating, and deleting, for effective task management on Planka Kanban boards.

Instructions

Manage card comments with various operations

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
cardIdNoThe ID of the card
idNoThe ID of the comment
textNoThe text content of the comment

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", "delete" ], "type": "string" }, "cardId": { "description": "The ID of the card", "type": "string" }, "id": { "description": "The ID of the comment", "type": "string" }, "text": { "description": "The text content of the comment", "type": "string" } }, "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