Skip to main content
Glama

update_task

Update an existing task by providing its UUID and any fields to change. Modify title, notes, schedule, tags, project, area, deadline, or start date.

Instructions

Update an existing task. Only provided fields are changed.

Args: uuid: Task UUID (required). title: New title. notes: New notes. schedule: 'inbox', 'anytime', or 'someday'. tags: New tag list (replaces existing tags). project_uuid: Move to this project. area_uuid: Assign to this area. deadline: New deadline (Unix timestamp). start_date: New start date (Unix timestamp).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
titleNo
notesNo
scheduleNo
tagsNo
project_uuidNo
area_uuidNo
deadlineNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries full responsibility. It discloses key behaviors: only provided fields are changed, tags are replaced (not merged), and schedule has specific allowed values. However, it omits details like response format, error handling (e.g., what happens if uuid is invalid), or idempotency. The output schema exists but is not described, slightly reducing transparency.

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: a single introductory sentence followed by a bulleted list of parameters with short, informative labels. No redundant phrases or filler. The most critical information (partial update behavior) is front-loaded. Examples of efficiency: 'New tag list (replaces existing tags)' packs behavior into few words.

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 complexity (9 parameters, 0% schema coverage, no annotations) and the existence of an output schema, the description is largely complete. It explains core behavior and all parameters. However, it lacks context on prerequisites (e.g., uuid must refer to an existing task), return value details, and error handling. The output schema likely fills some gaps, but the description could enhance completeness with a brief note on what the tool returns.

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 description coverage is 0%, so the description must fully explain each parameter. It does so explicitly: for schedule, it lists allowed values ('inbox', 'anytime', 'someday'); for deadline/start_date, it specifies 'Unix timestamp'; for tags, it clarifies 'replaces existing tags'. Every parameter has a meaningful description, compensating completely for the lack of schema-level 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 the tool's purpose: 'Update an existing task. Only provided fields are changed.' It lists all parameters with explicit meanings, making it unmistakable what the tool does. The name 'update_task' aligns perfectly with the description, and it distinguishes from sibling tools that handle specific aspects (e.g., move_to_project, schedule_task) by its general update nature.

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 guidance on when to use this tool versus more specialized siblings like move_to_project or schedule_task. It only implies usage for general task updates, but lacks explicit conditions or exclusions. For example, it doesn't advise using schedule_task for scheduling instead of update_task. This limits the agent's ability to choose the most appropriate tool.

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/nkootstra/things'

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