Skip to main content
Glama

update_issue

Update an existing Jira issue's summary, labels, assignee, priority, or custom fields; set description using ADF format.

Instructions

이슈 필드를 수정합니다. description은 ADF 형식 객체입니다. get_issue로 현재 ADF를 확인 후 수정하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNo라벨 목록
summaryNo이슈 제목
assigneeNo담당자 계정 ID (빈 문자열로 해제)
priorityNo우선순위
descriptionNoADF 형식의 설명 (예: { type: 'doc', version: 1, content: [...] })
customFieldsNo커스텀 필드
issueIdOrKeyYes이슈 ID 또는 키

Schema Changelog

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

  1. First observedv0.0.1

TDQS

A3.5/5.0
Behavior2/5

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

There are no annotations, so the description bears the full burden of disclosing mutation behavior. It says 'modifies' and warns about ADF format, but does not clarify whether unspecified fields are preserved, whether customFields replaces the whole object, what permissions are needed, or what the response contains. Much of the ADF note duplicates the schema.

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 two concise sentences with the purpose stated first and the critical ADF caution second. Every phrase earns its place; there is no filler.

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?

For a mutating tool with 7 parameters, no annotations, and no output schema, the description plus schema is usable but incomplete. It does not clarify partial-vs-full update semantics or how customFields should be structured, both of which are relevant for correct invocation. The get_issue guidance helps but only covers one part of the surface.

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 the get_issue workflow, but does not add new meaning for labels, summary, assignee, priority, or customFields beyond what the schema already states.

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 '이슈 필드를 수정합니다' clearly states the action (modify) and the resource (issue fields). It is distinguishable from create_issue and add_comment, though it does not explicitly contrast with the sibling 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 Guidelines4/5

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

It provides a concrete workflow: use get_issue to check the current ADF before modifying the description, naming the relevant sibling tool. It lacks explicit when-not-to-use guidance versus transition_issue, but the field-editing context is clear.

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