Skip to main content
Glama

update_issue_status

Updates an issue's status by id. Call list_statuses first to find the target status's id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueKeyYesThe issue's key, e.g. 'BRD-42'.
statusIdYesThe target status's id, from list_statuses. Not necessarily in the issue's current epic - moving to a different epic's status is allowed, same as the web UI.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. While 'updates' implies a mutation, it does not state side effects, required permissions, reversibility, or error behavior. For a write operation, this is a notable gap.

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?

Two concise sentences, front-loaded with the action and immediately followed by the critical prerequisite. Zero wasted words.

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

Completeness4/5

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

For a simple two-parameter tool with no output schema, the description is nearly complete. It provides the essential usage step. It lacks explicit mention of return behavior or edge cases, but those are minor for a straightforward update operation.

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 both parameters are already well documented. The description adds nothing beyond what the schema provides (e.g., it mentions 'from list_statuses' but that is also in the schema). Baseline 3 applies since schema does the heavy lifting.

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 verb 'Updates', the resource 'an issue's status', and the method 'by id'. It distinguishes this from siblings like edit_issue, which likely edits other fields. The purpose is unambiguous.

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

Usage Guidelines5/5

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

It explicitly instructs the agent to call list_statuses first to find the target status id, providing a concrete prerequisite for correct usage. This is strong guidance that prevents misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.