Skip to main content
Glama

jira_update_issue

Update an existing Jira issue by changing its summary, description, priority, assignee, or labels. Provide the issue key to modify specific fields directly.

Instructions

Update fields on an existing Jira issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNoReplace labels with this array
summaryNoNew summary
issueKeyYesIssue key (e.g. PROJ-42)
priorityNoNew priority name
descriptionNoNew description (plain text, auto-converted to ADF)
assigneeAccountIdNoNew assignee's account ID

Schema Changelog

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

  1. First observedv1.2.1

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only states that fields are updated. It does not disclose whether unspecified fields are preserved, whether updates are partial or full-replacement, what permissions are needed, or what side effects occur. The schema's 'Replace labels' and ADF-conversion notes add detail, but the description itself is minimal.

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, direct sentence with no filler. It front-loads the action and target and efficiently conveys the core purpose. Nothing extraneous is present.

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 mutating tool with no annotations and no output schema, this description is too terse. It omits partial-update behavior, expected response, and when to choose this over jira_transition_issue. The schema covers parameters, but the description does not complete the operational picture for an agent.

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 description coverage is 100%, so the baseline is 3. The description adds no parameter-level meaning beyond what the schema already provides; the schema property descriptions like 'Replace labels with this array' and 'New summary' carry that burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Update') and resource ('fields on an existing Jira issue'), which distinguishes it from create/comment/transition tools. It clearly names the action and target, though it does not explicitly differentiate itself from jira_transition_issue, which also updates an issue.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like jira_create_issue, jira_transition_issue, or jira_add_comment. The usage is only implied by the word 'Update'; there are no exclusions, prerequisites, or alternative-selection cues.

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/Ask-Me-Anything-dot-work/ama-mcp-atlassian'

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