Skip to main content
Glama

Suggested fix (from triage)

suggest_fix
Read-onlyIdempotent

Get the Stage-2 suggested-fix slice for a bug report: root cause, suggested fix, repro steps, summary, and component. Use it to decide what to try without fetching the full report detail.

Instructions

Return the Stage-2 suggested-fix slice for one report: root cause, suggested fix, repro steps, summary, and component — faster than get_report_detail when you only need the human-readable hint. Returns { reportId, rootCause, suggestedFix, reproductionSteps, summary, component }. Read-only; reads the existing classification (run triage_issue first if unclassified). Use for a quick "what should we try?"; use get_fix_context for the full paste-ready bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportIdYesReport UUID to read the Stage-2 suggested-fix slice for

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoPresent when no Stage-2 analysis exists — explains why and what to call instead
summaryYesOne-line report summary, or null
reportIdYesThe report this slice was read from
componentYesComponent/page the bug was attributed to, or null
rootCauseYesStage-2 root-cause hint, or null if not yet classified
suggestedFixYesStage-2 suggested fix, or null if not yet classified
reproductionStepsYesReproduction steps recorded on the report (array; [] if none)
Behavior4/5

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

Annotations already mark this as read-only and idempotent, and the description reinforces this by saying 'Read-only' and explaining that it reads the existing classification. The added value beyond annotations is the precondition about triage_issue and the promise of being faster than get_report_detail.

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?

Clear, front-loaded, and scannable; the first sentence conveys the core purpose and alternatives. There is mild redundancy in listing the exact return fields, since the field list and output schema largely repeat the prose, but the structure is otherwise efficient.

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

Completeness5/5

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

The description is complete for a simple, single-parameter read-only tool: it covers what is returned, how to use it, the precondition, and the alternatives. No crucial context appears missing.

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?

With one required parameter at 100% schema description coverage, the schema already documents reportId as a 'Report UUID to read the Stage-2 suggested-fix slice for'. The description's mention of 'one report' echoes this but does not add substantial semantic detail beyond the schema.

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?

Description begins with a specific verb and resource: 'Return the Stage-2 suggested-fix slice for one report' and enumerates exactly which fields are included. It differentiates itself from get_report_detail and get_fix_context by naming what it is NOT and why you would choose it.

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?

Provides explicit guidance: use when you only need the human-readable hint, use get_report_detail when needing more detail, and use get_fix_context when you want the full paste-ready bundle. Also states the precondition that triage_issue should be run first if the report is unclassified.

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/kensaurus/mushi-mushi'

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