Skip to main content
Glama

get_transitions

Retrieve the list of possible status transitions for a Jira issue to find the transition ID needed before updating its state.

Instructions

이슈의 가능한 상태 전환 목록을 조회합니다. transition_issue 호출 전에 이 도구로 전환 ID를 확인하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueIdOrKeyYes이슈 ID 또는 키

Schema Changelog

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

  1. First observedv0.0.1

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It indicates a read-only lookup via '조회합니다' and clarifies that the result contains transition IDs for later use with transition_issue. It does not mention auth requirements or empty-list edge cases, but these are minor for a simple read-only list tool.

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 short sentences, each with a clear job: first states purpose, second states when to use it. There is no filler or redundancy, and the key operational detail is front-loaded.

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 one-parameter tool with no output schema, the description says enough: it returns a list of possible transitions and tells the agent to extract transition IDs before transitioning. It could add required-permission or empty-list notes, but those are not essential for selecting and calling this tool correctly.

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%: the only parameter, issueIdOrKey, is already described as the issue ID or key. The description adds no further parameter-level detail, so it stays at the baseline for parameter semantics.

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 states a specific action (retrieve a list of possible status transitions) and a specific resource (an issue), and explicitly connects the output to transition IDs used with transition_issue. This makes it clearly distinguishable from siblings like get_issue or transition_issue.

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

Usage Guidelines5/5

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

The description explicitly tells the agent to use this tool before calling transition_issue to confirm transition IDs, which is a direct usage rule. It also implicitly defines transition_issue as the tool that performs the actual transition, so the agent knows this tool is for lookup only.

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/Choing-dev/jira-mcp'

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