Skip to main content
Glama

Update User Story

user_story_update
Idempotent

Update an existing Taiga user story with a partial patch, changing only the fields you specify.

Instructions

Update an existing user_story (partial patch — only include the fields you want to change). Taiga's optimistic-concurrency version field is handled automatically; do not pass it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesResource id
tagsNo
pointsNo
statusNo
subjectNo
watchersNoNumeric user ids and/or email/full name (resolved against project members). Omit to leave unchanged.
milestoneNo
assigned_toNoNumeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged.
descriptionNo
Behavior4/5

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

Annotations already indicate a non-read-only, non-destructive, idempotent operation. The description adds valuable context about partial patch behavior and automatic handling of Taiga's version field, which goes beyond the annotations without contradicting them.

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, well-structured sentence that front-loads the core action and immediately explains the partial patch behavior. Every word earns its place, with no redundancy.

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 9 parameters, nested objects, no output schema, and low schema coverage, the description is too sparse. It does not mention return values, error behavior, or how to handle nested points, leaving the agent with significant ambiguity for a complex update operation.

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 only 33%, and the description does not explain individual fields beyond telling users to include only changed ones. It adds general patch guidance and a version caveat, but fails to compensate for the many undocumented parameters like points, tags, and subject.

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 verb 'Update' and the resource 'existing user_story', distinguishing it from create/delete/list siblings. It also specifies partial patch semantics, making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description implies use for modifying an existing user story and clarifies that only changed fields need to be included. While it doesn't explicitly name alternatives like user_story_create, the context is clear from the sibling tools and the 'existing' qualifier.

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

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