Skip to main content
Glama

Update Task

update_task

Update task fields like title, status, due date, priority, assignee, tags, and description. Automatically sets completion timestamp when marking done. Returns conflicts to resolve for due date mismatches.

Instructions

Update any fields on a task. Only provided fields are changed. Setting status to 'done' automatically sets completed_at. If the response contains a conflict field, the update was NOT applied. Present all options to the user using an interactive chooser (AskUserQuestion) if available, then retry with the selected date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
scopeNo
titleNo
statusNoNew status.
task_idYesTask UUID.
due_dateNoYYYY-MM-DD. Pass empty string to clear.
priorityNo
assigned_toNoUser ID or '@claude' / '@gpt'. Pass empty string to unassign.
descriptionNo
due_date_dayNoExpected day of the week for due_date. If provided, the server validates it matches. Catches errors when converting 'due Thursday' to a date. Mismatch returns the correct day and nearby alternatives.
blocked_reasonNo
blocked_by_task_idNoUUID of a blocking task. Pass empty string to clear the dependency.
Behavior4/5

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

With no annotations provided, the description carries the burden. It discloses important behaviors: partial updates only, automatic setting of completed_at when status is 'done', and conflict handling. However, it does not mention authorization, side effects on other fields, or rate limits.

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 relatively concise with three sentences covering main behavior and conflict handling. It could be more structured but avoids verbosity.

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

Completeness3/5

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

For a 12-parameter tool with no output schema and no annotations, the description covers the core update behavior and a specific edge case (conflict), but is incomplete regarding response format, mutation of other fields, and prerequisites.

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

Parameters2/5

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

Schema description coverage is 50%, but the tool description adds no parameter-specific meaning beyond the schema. It does not describe any of the 12 parameters, leaving the agent to rely solely on the schema's incomplete descriptions.

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?

The description clearly states 'Update any fields on a task. Only provided fields are changed.' This specifies the verb (update) and resource (task), and the partial update semantics distinguish it from sibling tools like assign_task or complete_task.

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 includes conflict handling instructions ('If response contains conflict field... present options... retry'), but does not provide explicit guidance on when to use this tool versus alternatives like assign_task or complete_task. The usage context is implied but not stated.

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/OurThinkTank/founders-os'

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