Skip to main content
Glama

user_story_assign_milestone

Move a user story into or out of a milestone or sprint. Update sprint assignments directly from natural language.

Instructions

Move a user story into a milestone/sprint (or out of one, by omitting milestone). Convenience wrapper over user_story_update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUser story id
milestoneNoMilestone id, or omit to remove the story from its milestone
Behavior3/5

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

With no annotations provided, the description must disclose behavioral traits on its own. It clearly states the mutating action (moving) and the special behavior of omitting milestone to remove the story. However, it does not mention potential side effects, required permissions, or error conditions, leaving some behavioral gaps.

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 two concise sentences with no wasted words. It front-loads the core purpose and includes the key usage nuance without redundant detail.

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

Completeness4/5

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

For a simple two-parameter tool with full schema coverage, the description is largely complete: it explains the operation, the special case for removal, and the relationship to user_story_update. It does not describe return values, but since there is no output schema, an explicit note about the return type could improve completeness.

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 schema already provides 100% coverage of parameter meanings, so the baseline is 3. The description reinforces the milestone-omission behavior but does not add significant new semantics beyond what the schema already states.

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 uses a specific verb ('Move') and identifies the exact resource (user story into a milestone/sprint). It also distinguishes this tool from its siblings by explicitly describing it as a convenience wrapper over user_story_update, making its purpose immediately clear.

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 clearly indicates when to use the tool: to move a user story into or out of a milestone. It names the alternative (user_story_update) as the underlying general operation, but does not explicitly state when not to use this tool versus that alternative, so it stops short of a 5.

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