Skip to main content
Glama
stikkeruip

tasks-mcp

by stikkeruip

edit_task

Edit a task's title, description, priority, or tags. Only specified fields are updated; omitted fields remain unchanged.

Instructions

Edit a task's title, description, priority, and/or tags.

Only the fields you pass are changed; omitted fields keep their current value. Pass an empty string for description to clear it. Passing tags replaces the whole tag list. To change a task's column, use move_task instead.

Returns the updated task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleNo
task_idYes
priorityNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, but description discloses key behaviors: partial updates, clearing description with empty string, replacing tags list, and returning the updated task. While it doesn't mention permissions or rate limits, it covers essential mutation semantics well.

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?

Very concise: three short paragraphs with front-loaded information. Each sentence adds value, no redundancy. The structure is clear and easy to parse.

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

Completeness5/5

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

Covers all necessary aspects: what fields can be edited, how partial updates work, how to clear the description, and that column changes require a different tool. With an output schema present, the return value mention is sufficient.

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

Parameters5/5

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

Schema has 0% description coverage, so description must compensate. It explains that omitted fields keep current values, empty string clears description, and passing tags replaces the entire list. This adds crucial meaning beyond the schema's type definitions.

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

Purpose5/5

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

Description clearly states it edits specific fields (title, description, priority, tags) and distinguishes from the sibling tool move_task for column changes. The verb 'edit' combined with resource 'task' and explicit field listing makes the purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly describes partial update behavior ('Only the fields you pass are changed') and provides an alternative tool for column changes ('use move_task instead'). This guides the agent on when to use this tool vs. siblings.

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/stikkeruip/mcp-kanban'

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