Skip to main content
Glama

tasks_update

Idempotent

Update task details such as title, description, status, priority, tags, due date, or assignee using any identifier. Returns a dashboard URL for quick access.

Instructions

Update a task's title, description, status, priority, tags, due date, or assignee. Accepts any identifier: UUID, short_id, or task title. The response includes a dashboard URL — always show it to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoNew tags (replaces existing tags)
titleNoNew title for the task
statusNoNew status for the task
due_dateNoNew due date in ISO format, or null to clear
priorityNoNew priority level
identifierNoTask identifier — can be a UUID, short_id (e.g. 'hpiu09'), or task title/name
descriptionNoNew description for the task
assignee_emailNoEmail of a collaborator to assign this task to
Behavior4/5

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

Annotations already indicate idempotentHint=true (safe to retry) and destructiveHint=false. The description adds crucial behavioral context: the tool accepts multiple identifier types (UUID, short_id, title) and the response includes a dashboard URL that must be shown to the user. This goes beyond what annotations provide, though it could mention potential errors or authorization needs.

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 extremely concise at two sentences. The first sentence lists the updatable fields, and the second provides critical usage details (identifier flexibility and required user-facing output). No wasted words; every sentence adds value. It is well-structured and front-loaded.

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?

Given the tool's complexity (8 optional params, no output schema), the description covers the core purpose, identifier flexibility, and a key output behavior. It does not discuss error handling or side effects like whether changing assignee requires collaboration, but with annotations and schema already covering safety hints, it is largely complete for an agent to use correctly.

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 coverage is 100% with each parameter already described in the schema. The description reinforces that 'tags' replaces existing tags and that the 'identifier' parameter can take multiple forms, but does not add substantial new meaning beyond the schema descriptions. A score of 3 reflects the baseline for high coverage with minor added context.

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 the verb 'update' and the resource 'task', and lists specific fields that can be updated (title, description, status, priority, tags, due date, assignee). It implicitly distinguishes from sibling tools like tasks_assign (only assignee), tasks_resolve (only status), and tasks_add_comment (only comment) by covering multiple fields, making its 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 Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives. It mentions that it accepts any identifier (UUID, short_id, or title), which is useful for invocation, but lacks advice on when to prefer tasks_update over tasks_assign or tasks_resolve. The intent is implied but not directly 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/alfredoizdev/contextforge-mcp'

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