Skip to main content
Glama

jira_update

Update Jira issue fields, transition to a new status, or edit comments. Provide issue key and update type to apply changes.

Instructions

Update a Jira issue or transition it to a new status.

update_type options: fields — Update issue fields (summary, description, priority, assignee, labels, etc.) transition — Move issue to a new status (uses transition ID from jira_read transitions) comment — Edit an existing comment

Fields update example: issue_key="KAN-42" update_type="fields" fields={summary:"Updated title", priority:{name:"High"}, assignee:{accountId:"abc123"}}

Transition example: issue_key="KAN-42" update_type="transition" transition_id="31" (Get transition IDs first with: jira_read resource_type="transitions" issue_key="KAN-42")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_keyYesIssue key (e.g. "KAN-42")
update_typeYes
fieldsNoFields to update
transition_idNoTransition ID (from jira_read transitions)
comment_idNoComment ID to edit
comment_bodyNoNew comment text
Behavior3/5

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

The description explains the three update behaviors (fields, transition, comment) and gives example field structures. No annotations exist, so the description carries full burden. It lacks details on permissions, error conditions, or side effects (e.g., whether fields are merged or overwritten).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose, followed by clear enumeration of update_type options and examples. It is concise with no redundant sentences, though the examples could be slightly more compact.

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

Completeness3/5

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

With no output schema, the description should explain return values or indicate what the tool returns after an update (e.g., updated issue details). It covers the main operations but omits error handling or confirmation of success. Adequate for common use but not fully comprehensive.

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?

The input schema covers 83% of parameters with descriptions, but the description adds value by showing concrete field update syntax (e.g., priority:{name:'High'}) and how to use transition_id with jira_read. This goes beyond the schema's generic 'Fields to update' description.

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 the tool updates a Jira issue or transitions it to a new status, with three enumerated update types. It distinguishes from sibling tools like jira_create or jira_delete by focusing on modification operations.

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 provides examples for each update type and references jira_read for transition IDs, implying when to use each. However, it does not explicitly state when not to use this tool or compare it with alternatives like jira_delete for removing issues.

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/pinnintisagarSB/ServiceNow-Dev-MCP'

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