Skip to main content
Glama
sina-haseli

mcp-server-jira

by sina-haseli

transition_story

Moves a Jira Story through workflow transitions (e.g., To Do, In Progress, Done). Lists available transitions when no target is specified; terminal transitions require explicit confirmation.

Instructions

Moves a Story through its workflow (e.g. To Do -> In Progress -> Done). Call without transition to list available transitions. Transitions into a terminal status (Done/Closed/Resolved) are guarded and require confirm:true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentNoOptional comment to add as part of the transition
confirmNoMust be set to true to actually perform this irreversible/high-impact action. If omitted, the tool returns a warning instead of acting.
issue_keyYesIssue key, e.g. "PRD-42"
transitionNoTarget transition name (e.g. "Done") or transition id. Omit to just list the available transitions for this issue.
Behavior4/5

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

The description adds behavioral context beyond annotations: it reveals that transitions into terminal statuses are guarded and require confirmation, and that omitting the transition parameter lists available transitions. No contradiction with annotations (readOnlyHint=false, destructiveHint=false).

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?

Two sentences, extremely concise and front-loaded with the core action. Every sentence provides essential information without redundancy.

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?

The tool is simple and the description covers the key behaviors. However, since there is no output schema, mentioning what the listing of transitions returns would improve completeness slightly.

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

Parameters4/5

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

Although schema coverage is 100%, the description adds meaning beyond the schema: it explains the effect of omitting `transition` (lists available transitions) and the special role of `confirm` for irreversible actions. This enhances parameter understanding.

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's purpose: moving a Story through its workflow, with concrete examples (To Do -> In Progress -> Done). It distinguishes from sibling tools like update_story or create_story by focusing specifically on workflow transitions.

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 explicitly instructs to call without `transition` to list available transitions and notes that terminal statuses require `confirm:true`. It provides clear context for usage but does not explicitly compare to alternative sibling tools.

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/sina-haseli/mcp-server-jira'

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