Skip to main content
Glama

task_update

Update a task's status, assignee, result, priority, tags, title, or description by specifying only the fields to change.

Instructions

Update a task's fields (partial update — only provided fields are changed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoNew tag list (replaces existing tags)
titleNoNew task title
resultNoTask result text (typically filled when completing)
statusNoNew status: pending / blocked / running / completed / failed
task_idYesTask ID (required)
priorityNoPriority: critical / high / medium / low
assigned_toNoAgent name or ID to assign the task to
descriptionNoNew task description

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries full burden but only states partial update behavior. It does not disclose side effects, permissions, or whether the update is synchronous. Parameter descriptions in schema cover per-field behavior.

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?

Single sentence, front-loaded with verb and resource, parenthetical explains partial update. No wasted words.

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 8 parameters and many sibling tools, the description is too minimal. It lacks guidance on when to use this versus other task operations and does not address potential caveats. Output schema may help, but description is still insufficient.

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 baseline is 3. The description adds 'partial update' context but no additional parameter-level meaning beyond the schema.

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 states the tool updates a task's fields and specifies it's a partial update. It distinguishes from task creation and other update tools, but does not explicitly differentiate from sibling update tools for other entities.

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 for partial updates where only specified fields change, but provides no explicit guidance on when not to use or mention of alternatives like task_run or task_create.

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/CronusL-1141/AI-company'

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