Skip to main content
Glama
Eliya-56

Jira MCP Server

by Eliya-56

update_task

Modify existing Jira issues by updating only the fields you provide—summary, issue type, description, or parent—while leaving other values unchanged. Markdown is supported for descriptions.

Instructions

Update fields on an existing Jira issue. Only provided fields are changed. Description supports Markdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parentNoNew parent issue key (e.g. epic key PROJ-100)
summaryNoNew issue title
issue_keyYesJira issue key (e.g. PROJ-123)
issue_typeNoNew issue type (e.g. Story, Bug, Task)
descriptionNoNew description (supports Markdown)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses partial-update semantics ('Only provided fields are changed') and calls out Markdown support for descriptions. But it omits other behavioral detail such as required permissions, error behavior, reversibility, or what the tool returns, which remains a gap for a mutating tool.

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 brief and front-loaded with the core action and the critical partial-update behavior. The second sentence about Markdown is somewhat redundant with the schema but still adds emphasis. It is appropriately compact overall, though the brevity leaves completeness gaps captured in other dimensions.

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?

The description is not complete enough for an agent to reliably choose among siblings, especially because update_task_status appears nearby and the description never clarifies that status is not a field to update here. There is no output or error information, and no explicit mention of when to prefer this tool over alternatives. Given no annotations and no output schema, more context is needed.

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 schema already documents every parameter. The description adds one useful nuance—that only provided fields change—and mentions Markdown support, but this largely overlaps with the schema's own parameter descriptions. This is a solid baseline-3 contribution rather than meaningfully richer semantics.

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 verb (Update), resource (fields on an existing Jira issue), and that it modifies an existing record, distinguishing it from create_task. However it doesn't explicitly differentiate itself from update_task_status, and the phrase 'fields' could be read broadly enough to include status without clarification.

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?

The description gives no scenario guidance and names no alternatives, failing to route the agent between update_task and the nearby sibling update_task_status. The only related hint is 'existing' Jira issue, which implies not for creation, but this is indirect. 'Only provided fields are changed' is more behavioral than usage guidance.

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/Eliya-56/MCP-Jira'

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