Skip to main content
Glama
quochuy
by quochuy

update_progress

Update task progress as a whole number from 0 to 100, automatically setting the task to in-progress when first reported. Get the current status snapshot for any actively worked task.

Instructions

Report progress (0-100, whole numbers) on a claimed/in-progress/revision-requested task. The first call in a claim or revision cycle automatically advances the task's status to 'in_progress'. Rejects tasks not currently open for work (pending, completed, approved, cancelled). Returns the current snapshot (no history[] — call get_progress for that).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byYes
notesNo
taskIdYes
percentYes
current_stepNo
expected_versionNo
Behavior5/5

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

No annotations are provided, so the description carries full burden. It discloses the automatic status advancement to in_progress, rejection of invalid task states, and the return value lacking history. This gives the agent insight into side effects and boundaries beyond basic read/write hints.

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 concise sentences pack purpose, constraints, side effects, and redirects. No fluff, front-loaded with the primary action, and every sentence earns its place.

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?

While the core behavior is well covered, the absence of parameter explanations and any output structure means the description is incomplete for a 6-parameter tool. It covers 'what' and 'when' but not the full 'how', leaving significant gaps for the agent.

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 coverage is 0%, so the description must compensate. It explains percent's range and type (0-100 whole numbers), but taskId, by, notes, current_step, and expected_version are unexplained. This leaves the agent guessing about required identifiers and optional context fields.

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 states a specific verb ('Report progress') and resource (task), with scoping constraints (0-100, whole numbers). It also distinguishes from siblings by noting the returned snapshot lacks history (call get_progress for that), clearly separating it from tools like complete_task and claim_task.

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 explicitly states acceptable task statuses ('claimed/in-progress/revision-requested') and that other states (pending, completed, approved, cancelled) are rejected. It also directs users to get_progress for history, providing an explicit alternative for a related need.

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/quochuy/ai-coord-mcp'

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