Skip to main content
Glama
yaakovmargalit

Jira Cloud MCP Server

jira_transition_issue

Transition a Jira issue to a different status (e.g., In Progress, Done) by providing its key and a valid transition ID. Obtain the ID via jira_get_transitions first.

Instructions

Transitions a Jira issue to a different workflow status (e.g. 'In Progress', 'Done', 'Blocked') using a specific transition ID. IMPORTANT: You must first retrieve the valid transition ID by calling jira_get_transitions for this specific issue. Official API Doc Link: https://developer.atlassian.net/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-post

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoOptional fields to set or update during the transition (e.g., {"resolution": {"name": "Fixed"}} or other custom fields).
issueIdOrKeyYesThe ID or Key of the issue (e.g. "PROJ-123" or "10000").
transitionIdYesThe ID of the transition to trigger (e.g. "31"). This must be obtained by running `jira_get_transitions` first.
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It states that a transition ID is required and references the official API, but does not mention permissions, side effects, or failure handling. The explicit call to jira_get_transitions adds useful context, but the mutating nature is only implied by the word 'Transitions'.

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 sentences plus a reference link, with no unnecessary padding. It front-loads the action, provides examples, and places the critical prerequisite prominently with 'IMPORTANT'.

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?

Given the tool's moderate complexity (3 parameters, nested objects, no output schema) and zero annotations, the description covers the key workflow step (fetching transition IDs) and the purpose. However, it does not describe return values or what a successful transition does beyond the status change, leaving a minor gap.

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 covers 100% of parameters with clear descriptions, so the baseline is 3. The tool description adds no further parameter-level meaning beyond the schema; the example in the schema for 'fields' is also present. Thus the description does not need to compensate.

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 ('Transitions') and resource ('Jira issue') and gives concrete examples of statuses ('In Progress', 'Done', 'Blocked'). It clearly differentiates from sibling tools like jira_create_issue or jira_get_issue by focusing on workflow status changes.

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 provides explicit guidance on a key prerequisite: 'IMPORTANT: You must first retrieve the valid transition ID by calling jira_get_transitions for this specific issue.' This tells the agent when and how to use the tool, though it does not mention alternative tools or exclusions, 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/yaakovmargalit/jira-mcp-server'

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