Skip to main content
Glama

Mark an issue fixed

resolve_issue
Destructive

Mark an issue fixed, or reopen it. Fixing restores whatever mark was underneath — a check that was passing before the issue goes back to passing, and one that was never tested goes back to untested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byYesWho is making the change.
fixedNotrue to fix (default), false to reopen.
issue_idYesIssue id from list_issues or get_check.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description adds a non-obvious behavioral detail beyond the annotations: fixing 'restores whatever mark was underneath,' with concrete examples. The destructiveHint annotation already signals mutation, and the description usefully explains what changes happen to the underlying check state.

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 with no filler. The core action is front-loaded, and the explanatory example is tightly scoped to the most important behavioral nuance.

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 three-parameter mutation tool with no output schema, the description covers the key behavior, the target issue source is documented in the schema, and the toggling semantics are clear. It omits permission requirements and return details, but those are not critical given the annotations and schema richness.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds meaning to the `fixed` parameter by explaining that setting an issue as fixed is not a simple boolean flip—it restores the prior mark. This deepens the agent's understanding beyond the schema's 'true to fix (default), false to reopen.'

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 opens with a specific verb and resource: 'Mark an issue fixed, or reopen it.' It also clarifies the dual behavior, which distinguishes this status-toggle tool from generic issue-editing tools like edit_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?

The description gives clear context for when to invoke the tool: to fix or reopen an issue. It does not explicitly name alternatives or state when not to use it, but the purpose is unmistakable and there are no misleading instructions.

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.