Skip to main content
Glama

update_task

Update a task by patching its title, content, tags, or due date. Provide project and task IDs to modify the item in your task app and get the updated result.

Instructions

WRITE. Patches an existing item (partial update) — only the fields you provide change; omitted fields are left untouched. Side effect: the item is modified in the human's task app. Requires the item's projectId + taskId (get them from find or list_projects). Returns the updated item. To create a new item instead, use create_task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesId of the project the item lives in (from `find`/`list_projects`).
taskIdYesId of the item to update (from `find`).
titleNoNew title. Omit to leave the title unchanged.
contentNoNew markdown body. Omit to leave the body unchanged. Note: replaces the body, does not append.
tagsNoReplacement tag set (without leading "#"). Omit to leave tags unchanged.
dueDateNoNew due date as an ISO 8601 string. Omit to leave the due date unchanged.
Behavior4/5

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

No annotations provided, but description clearly labels as WRITE with side effect (modifies in task app). Explains partial update behavior. Lacks permissions/error info but is otherwise strong.

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?

Three sentences: purpose, side effect, prerequisite + sibling reference. No wasted words. Front-loaded with key action.

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

Completeness5/5

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

Covers purpose, usage, parameters, return, and alternatives. No output schema but description mentions return. Sufficient for a medium-complexity update tool.

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 coverage is 100%. Description reinforces that omitted fields stay unchanged, and gives sourcing guidance for IDs – adds meaning beyond schema.

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?

Starts with 'WRITE. Patches an existing item (partial update)' – specific verb and resource. Distinguishes from create_task. Side effect clearly stated.

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

Usage Guidelines5/5

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

Explicitly states required IDs and where to obtain them (find/list_projects). Provides alternative: 'To create a new item instead, use create_task.'

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/renezander030/agentic-task-system'

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