Skip to main content
Glama

task_update

Idempotent

Update a task's description, title, or priority to record progress notes or correct metadata. Any agent can update a task.

Instructions

Update a task's description, title, or priority.

Use to record progress notes on a task you're working on, or to correct metadata. Any agent in the project can update a task, not just the assignee.

Args: task_id: ID of the task to update. description: Text for the description field. Omit to leave unchanged. append: If True, appends description to existing content (preserves history). If False (default), replaces entirely. title: New title. Omit to leave unchanged. priority: low, normal, or high. Omit to leave unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
descriptionNo
appendNo
titleNo
priorityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

Description introduces non-idempotent behavior via the 'append' parameter (appending description multiple times yields different results), contradicting the idempotentHint=true annotation. This is a serious inconsistency.

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?

Well-structured with a brief intro, usage context, and a clear parameter list. Every sentence adds value; no fluff.

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

Completeness4/5

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

Covers parameters and usage thoroughly. Could mention return value or confirmation behavior, but output schema exists to provide that. The annotation contradiction detracts from completeness.

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?

Despite 0% schema description coverage, the description provides detailed explanations for all 5 parameters, including defaults, behavior of 'append', and valid values for 'priority'. Fully compensates for schema gaps.

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?

Clearly states the tool updates a task's description, title, or priority, and provides specific use cases like recording progress notes or correcting metadata. Distinguishes from sibling tools like task_create, task_get, etc., by focusing on modification.

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

Usage Guidelines4/5

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

Explicitly says when to use (progress notes, metadata correction) and notes that any agent can update, not just assignee. Lacks explicit guidance on when not to use or alternatives, but context is clear.

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/NicolasPrimeau/artel'

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