Skip to main content
Glama

update_task

Patch an existing task in your task app: change only supplied fields (title, content, tags, or due date), leaving omitted fields untouched. Requires projectId and taskId; returns the updated item.

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
tagsNoReplacement tag set (without leading "#"). Omit to leave tags unchanged.
agentNoAgent identity for the append-only ATS action ledger.
titleNoNew title. Omit to leave the title unchanged.
taskIdYesId of the item to update (from `find`).
contentNoNew markdown body. Omit to leave the body unchanged. Note: replaces the body, does not append.
dueDateNoNew due date as an ISO 8601 string. Omit to leave the due date unchanged.
projectIdYesId of the project the item lives in (from `find`/`list_projects`).
Behavior4/5

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

With no annotations, the description carries the burden. It flags 'WRITE', discloses the side effect (item modified in the human's task app), explains partial-update behavior, and states the return value. It stops short of discussing idempotency or permissions, but the principal behavioral details are covered.

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 short, front-loaded with 'WRITE', and each sentence adds one distinct point: purpose, side effect, prerequisites, return value, and alternative. There is no filler.

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?

With 7 params fully documented in the schema and no output schema, the description supplies the missing return value. It also covers prerequisites and how to get required fields, so an agent has enough context to act safely.

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

Parameters4/5

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

Schema coverage is 100%, so each parameter already has a description. The description still adds cross-field semantics (only provided fields change, omitted fields stay untouched, required IDs come from find/list_projects), which enriches the meaning beyond the 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?

The description uses a specific verb ('patches') and clear resource ('existing item') and distinguishes itself from create_task. It explicitly clarifies partial-update semantics, so an agent cannot confuse this with creation or replacement.

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?

It names the alternative (create_task) explicitly for when-to-not-use and tells exactly how to obtain the required parameters ('find' or 'list_projects'). This gives clear when-to-use and when-not-to-use guidance.

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