Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_stopwatch

Track time on Planka Kanban cards by starting, stopping, getting, or resetting stopwatches through the Planka MCP Server for efficient task management.

Instructions

Manage card stopwatches for time tracking

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform
idYesThe ID of the card

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "The action to perform", "enum": [ "start", "stop", "get", "reset" ], "type": "string" }, "id": { "description": "The ID of the card", "type": "string" } }, "required": [ "action", "id" ], "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