Skip to main content
Glama

task_update

Idempotent

Modify any task field while keeping others unchanged. Block completion when subtasks remain, with an explicit force option for verified overrides.

Instructions

Update a task; pass only fields to change. Completing it while subtasks are unfinished is refused unless force is set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTask ID
tagsNo
forceNoProceed despite unmet prerequisites. Only when a human decided the blocker no longer applies — never on your own initiative. Logged.
titleNo
statusNo
due_dateNo
priorityNo
depends_onNoTask IDs this task depends on (replaces existing)
sort_orderNo
source_refNoLink to source code location
assigned_toNo
descriptionNo
actual_hoursNo
estimated_hoursNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changedv1.10.0
    • addedInput schema / properties / force
      Added value: +{
      +  "default": false,
      +  "description": "Proceed despite unmet prerequisites. Only when a human decided the blocker no longer applies — never on your own initiative. Logged.",
      +  "type": "boolean"
      +}
    • removedInput schema / properties / source_ref / properties / file / description
      Removed value: -"File path"
    • removedInput schema / properties / source_ref / properties / line_end / description
      Removed value: -"End line number"
    • removedInput schema / properties / source_ref / properties / line_start / description
      Removed value: -"Start line number"
  2. First observedv1.5.3

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already indicate this is a mutating, non-destructive, idempotent operation. The description adds valuable non-obvious behavior: completing a task with unfinished subtasks is refused unless force is set. This goes beyond the annotations and helps the agent anticipate a blocking condition without contradicting the structured metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core purpose. 'Update a task' is somewhat redundant with the tool name, but the partial-update instruction and the subtask-force warning are each essential and earn their place. It is concise with minimal waste.

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

Completeness2/5

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

For a tool with 14 parameters and no output schema, this description is notably incomplete. It captures the key update behavior and one refusal rule, but it does not explain return values, error behaviors, prerequisites such as needing an existing task id, or how this relates to sibling update tools. The agent would need to infer or discover important context elsewhere.

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 description coverage is only 29%, and the tool description does not compensate for the many undocumented parameters. The phrase 'pass only fields to change' adds useful partial-update semantics, but it does not clarify fields like due_date format, assigned_to semantics, status transitions, or sort_order behavior. The description leans on mostly self-explanatory parameter names rather than providing needed meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Update a task') and adds the partial-update nuance 'pass only fields to change.' It is clear but does not explicitly distinguish itself from siblings like task_batch_update or task_create, so it falls just short of full sibling differentiation.

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

Usage Guidelines2/5

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

The description implies usage for updating a single task and changing only certain fields, but it never states when to prefer this over task_create, task_batch_update, or subtask_update. No exclusions or alternative conditions are provided, so the agent is left to infer the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/spranab/saga-mcp'

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