Skip to main content
Glama
SpirrowGames

spirrow-prismind

Official
by SpirrowGames

update_task

Update a task's name, description, status, priority, category, blockers, and blocked_by, or move it to a new phase, using any combination of fields.

Instructions

Update a task with any combination of fields. Supports updating name, description, status, priority, category, blocked_by, blockers, and moving to a new phase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew task name
userNoUser ID for multi-user support
phaseYesCurrent phase name (empty string for auto-resolve from unique match)
statusNoNew status (not_started/in_progress/completed/blocked)
projectNoProject ID
task_idYesTask ID (e.g., T01)
blockersNoNew blockers list
categoryNoNew category
priorityNoNew priority (high/medium/low)
new_phaseNoTarget phase for moving the task
blocked_byNoNew blocked_by task IDs
descriptionNoNew description (stored in notes column)
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that updates can be partial ('any combination of fields'), which is key behavioral context. However, it does not explain side effects, list replacement vs merge semantics, validation rules, or permission requirements, leaving notable gaps.

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 a single, well-structured sentence that front-loads the purpose and lists fields efficiently. It is slightly long due to the field enumeration but each element earns its place, with no redundant wording.

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?

Given 12 parameters, no output schema, and no annotations, the description is moderately complete. It identifies all updatable fields but omits key invocation context such as why 'phase' is required and the auto-resolve behavior described in the schema. The description alone would leave an agent uncertain about required parameters for correctly targeting the task.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds marginal value by grouping fields and clarifying that 'moving to a new phase' is supported, but it mainly reiterates what the schema already states. No significant new parameter meaning is added.

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 updates a task and lists specific updatable fields (name, description, status, priority, category, blocked_by, blockers, and moving to a new phase). It distinguishes from sibling tools like update_task_status, start_task, complete_task, and block_task by emphasizing 'any combination of fields' and including phase movement.

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 implies usage for general task updates ('any combination of fields') but does not explicitly mention when to use this tool versus alternatives like update_task_status or start_task. It lacks explicit exclusions or guidance for specialized status-change tools, leaving usage somewhat implicit.

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/SpirrowGames/spirrow-prismind'

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