Skip to main content
Glama

Get Issue

jira_get_issue
Read-only

Retrieve details of a Jira issue including Epic links and relationships. Optionally inline comments, worklogs, transitions, and other enrichments to reduce separate tool calls.

Instructions

Get details of a specific Jira issue.

Includes Epic links and relationship information. Use the include parameter to inline enrichments (remote_links, transitions, watchers, changelog, comments, worklogs) so that separate tool calls are not needed.

Args: ctx: The FastMCP context. issue_key: Jira issue key. fields: Comma-separated fields to return. expand: Optional fields to expand. comment_limit: Maximum number of comments. properties: Issue properties to return. update_history: Whether to update issue view history. include: Comma-separated enrichment sections to inline.

Returns: JSON string representing the Jira issue object.

Raises: ValueError: If the Jira client is not configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expandNo(Optional) Fields to expand. Examples: 'renderedFields' (for rendered content), 'transitions' (for available status transitions), 'changelog' (for history)
fieldsNo(Optional) Comma-separated list of fields to return (e.g., 'summary,status,customfield_10010'). You may also provide a single field as a string (e.g., 'duedate'). Use '*all' for all fields (including custom fields), or omit for essential fields only.labels,versions,priority,description,reporter,status,summary,created,issuetype,updated,assignee
includeNo(Optional) Comma-separated sections to inline in the response, avoiding extra tool calls. Supported: all, remote_links, transitions, watchers, changelog, comments, worklogs
issue_keyYesJira issue key (e.g., 'PROJ-123', 'ACV2-642')
propertiesNo(Optional) A comma-separated list of issue properties to return
comment_limitNoMaximum number of comments to include (0 or null for no comments)
update_historyNoWhether to update the issue view history for the requesting user

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations include readOnlyHint=true, which matches the read-only nature of the tool. The description adds context about included Epic links, return format (JSON), and raises ValueError, with no contradictions.

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 concise and well-structured with Args, Returns, Raises sections. It is front-loaded with the primary purpose and uses minimal but informative text.

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

Completeness5/5

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

Given 7 parameters, 100% schema coverage, and an output schema (implied), the description covers all essential aspects: purpose, key parameters, error handling, and return type. No gaps.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the `include` parameter's purpose to batch enrichments and reduce tool calls, which goes beyond the schema.

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 'Get details of a specific Jira issue' and mentions included information (Epic links, relationships). It distinguishes itself from siblings like jira_search and sub-getters.

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 explains that the `include` parameter can inline enrichments to avoid separate tool calls, implying efficient usage. However, it doesn't explicitly contrast with alternatives like jira_get_issue_dates or jira_get_issue_images.

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/GeiserX/atlassian-browser-mcp'

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