Skip to main content
Glama
Eliya-56

Jira MCP Server

by Eliya-56

update_task_status

Move a Jira issue to a new status by specifying the issue key and target transition name to update its workflow.

Instructions

Transition a Jira issue to a new status using the Jira transitions API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_keyYesJira issue key (e.g. PROJ-123)
transition_nameYesTarget transition name (e.g. 'In Progress', 'Done')

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior2/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 correctly indicates a state-changing operation but does not disclose error behavior, authorization requirements, or workflow-validity constraints, which are important for a mutation operation.

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 zero wasted words. It communicates the action, resource, and method in a compact form that an agent can parse quickly.

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?

For a state-changing tool with no output schema and no annotations, the description omits critical context: transition validity depends on the issue's current workflow status, and the tool's behavior on invalid transitions is undisclosed. An agent could correctly invoke it for a simple case but would be unprepared for failure modes.

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?

Schema coverage is 100% with meaningful descriptions for both parameters, so the schema already does the heavy lifting. The description adds no parameter-specific meaning beyond what the schema provides, making the baseline 3 appropriate.

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 ('Transition'), a clear resource ('a Jira issue'), and a precise target ('a new status'), and it names the underlying API ('Jira transitions API'). This makes it readily distinguishable from sibling tools like update_task, which implies field-level updates rather than 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 Guidelines3/5

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

The description clearly implies the tool is for changing an issue's workflow status, which is a reasonable usage context. However, it does not explicitly contrast with alternatives such as update_task for editing fields, nor does it mention when a transition might be invalid (e.g., not allowed for the current status).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Eliya-56/MCP-Jira'

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