Skip to main content
Glama

update-task

Update a task's name, column, description, color, position, responsible user, or time and points estimates.

Instructions

Update properties of an existing task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskIdYesID of the task to update
nameNoNew task name
columnIdNoID of the column to move the task to
descriptionNoNew task description
colorNoNew task color
positionNoNew position (number, 'top', or 'bottom')
responsibleUserIdNoID of the user responsible for the task
totalSecondsEstimateNoEstimated time in seconds
pointsEstimateNoPoints estimate for the task
Behavior1/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It merely states 'update properties' with no mention of side effects, idempotency, return value, or error conditions. This is critically insufficient for a mutation tool.

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 a single, front-loaded sentence with no extraneous words. It is appropriately sized for the tool's purpose.

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

Completeness1/5

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

Given 9 parameters, no output schema, and no annotations, the description is woefully incomplete. It fails to explain return values, parameter interactions, prerequisites, or typical usage patterns, leaving the agent with insufficient context to use the tool 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?

The input schema provides descriptions for all 9 parameters (100% coverage), so the description adds no additional meaning. Baseline of 3 is appropriate as the schema does the heavy lifting.

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 'Update properties of an existing task' clearly identifies the action (update) and the resource (existing task). It is specific and distinguishable from sibling tools like create-task or add-comment.

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 provides no guidance on when to use this tool versus alternatives. Siblings include many update tools (e.g., update-comment, update-subtask-by-position), but no criteria for choosing this one are given.

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

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