Skip to main content
Glama
gcorroto

Planka MCP Server

by gcorroto

mcp_kanban_task_manager

Streamline task management on Planka Kanban boards by creating, updating, deleting, or completing tasks using structured actions for efficient project workflows.

Instructions

Manage kanban tasks with various operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesThe action to perform
cardIdNoThe ID of the card
idNoThe ID of the task
isCompletedNoWhether the task is completed
nameNoThe name of the task
positionNoThe position of the task
tasksNoArray of tasks to create in batch
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It only states 'manage kanban tasks with various operations,' which doesn't disclose behavioral traits such as whether operations are read-only or destructive, authentication needs, rate limits, or error handling. For a tool with multiple actions including create, update, and delete, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence with no wasted words. It's appropriately sized for a high-level overview, though it could be more front-loaded with specific details. Every word earns its place, but it lacks depth.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 parameters, multiple actions including mutations like create/update/delete) and no annotations or output schema, the description is incomplete. It doesn't cover behavioral aspects, return values, or usage scenarios, making it inadequate for an AI agent to understand the tool's full context and operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 7 parameters with descriptions. The description adds no meaning beyond the schema, as it doesn't explain parameter relationships or usage. With high schema coverage, the baseline is 3, but the description doesn't compensate with additional context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Manage kanban tasks with various operations' states the general purpose (managing tasks) but is vague about what 'manage' entails. It doesn't specify the exact operations available or distinguish this tool from sibling tools like mcp_kanban_card_manager or mcp_kanban_list_manager, which likely manage different kanban entities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The description mentions 'various operations' but doesn't specify contexts, prerequisites, or exclusions. With siblings like mcp_kanban_card_manager, there's no indication of how task management relates to card management, leaving usage unclear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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