Skip to main content
Glama
chmald
by chmald

tasks

Manage checklist items and their lists on Planka cards. Retrieve, create, and update to-dos directly within card workflows.

Instructions

Manage task lists and tasks on Planka cards. Tasks are checklist items within a card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoTask List ID (for getList), Card ID (for createList), Task List ID (for create, use taskListId in data), or Task ID (for update) (required for: getList, createList, create, update)
dataNoData: { name: string, cardId?: string (for createList), taskListId?: string (for create), isCompleted?: boolean (for update), assigneeUserId?: string } (required for: createList, create, update)
actionYesAction to perform: 'getList' - Get a task list by ID; 'createList' - Create a task list on a card; 'create' - Create a task in a task list; 'update' - Update a task
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only says 'manage' without revealing that operations create, update, or delete, or any side effects or permissions. This is vague and provides minimal transparency.

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

Conciseness5/5

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

The description is two short sentences, front-loaded with the purpose, and contains no fluff. Every word earns its place, making it highly concise and well-structured.

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?

Despite a detailed schema, the description is too minimal for a tool with four actions and a nested data object. It omits usage guidelines and behavioral context, leaving the agent without sufficient information to select and use the tool effectively.

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?

The input schema has 100% parameter description coverage, so the baseline is 3. The description adds no additional meaning beyond the schema, which already explains IDs and data fields in detail.

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

Purpose4/5

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

The description clearly identifies the resource being managed—task lists and tasks on Planka cards—and distinguishes this tool from siblings like cards and lists. However, the verb 'manage' is generic and could be more specific about CRUD operations, so it doesn't reach a 5.

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

Usage Guidelines3/5

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

The description implies usage by stating that tasks are checklist items within a card, suggesting this tool is for checklist-related operations. However, it provides no explicit exclusions or alternatives, such as 'for card details use the cards tool.'

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

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/chmald/planka-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server