Skip to main content
Glama

Planka MCP Server

by gcorroto

mcp_kanban_stopwatch

Track and manage task time directly on Planka Kanban cards by starting, stopping, retrieving, or resetting stopwatches via a simple command interface.

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