Skip to main content
Glama
contextstream

ContextStream MCP Server

Update task

memory_update_task

Update a task's status, fields, and plan linkage using task ID or title lookup.

Instructions

Update a task (status, fields, plan linkage). Same handler as memory(action="update_task").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNoInput parameter: order.
titleNoShort descriptive title.
plan_idNoID for the plan.
task_idYesTask ID or title lookup
priorityNoPriority level.
code_refsNoInput parameter: code refs.
project_idNoProject ID (UUID).
descriptionNoShort description.
task_statusNoInput parameter: task status.
plan_step_idNoID for the plan step.
workspace_idNoWorkspace ID (UUID).
blocked_reasonNoInput parameter: blocked reason.
Behavior2/5

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

No annotations convey behavioral traits, so the description must compensate. It only states the update action but does not disclose any side effects, permissions, or whether changes are irreversible. The 'destructiveHint' annotation is false, but the description does not clarify this.

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 sentence without extraneous words. It is appropriately concise, though it could be structured with bullet points for clarity.

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?

With 12 parameters and no output schema or annotations, the description is insufficient. It does not explain the return value, how required fields are determined (only task_id is required per schema), or that task_id can be a title lookup. More context is needed for an agent to invoke correctly.

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 baseline is 3. The description adds no extra meaning beyond what the schema already provides; each parameter's description in the schema is minimal but present.

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 clearly states the action ('Update a task') and specifies the aspects that can be updated ('status, fields, plan linkage'). However, it does not differentiate from sibling tools like memory_create_task or memory_complete_todo beyond the verb 'update'.

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?

No guidance is provided on when to use this tool versus alternatives, such as memory_create_task for creating tasks or memory_complete_todo for completing todos. The mention of 'Same handler...' is an implementation detail, not usage advice.

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/contextstream/mcp-server'

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