Skip to main content
Glama

Triage issue end-to-end

triage_issue
Read-onlyIdempotent

Consolidate report details, evidence, similar issues, fix context, blast radius, and logs into one review packet. Returns prioritised next actions for bug triage.

Instructions

Read-only combined tool: merges report detail, evidence, similar bugs, fix context, blast radius, and recent pipeline logs for a report into a single structured review packet. Returns a prioritised list of recommended next actions (investigate, dispatch_fix, group_with, dismiss). Equivalent to a Sentry "Analyze with Seer" flow grounded in user-felt reports. Pass report_id to kick off review. Call this before dispatch_fix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_idYesReport UUID to triage.
project_idNoProject UUID. Defaults to configured project.
include_logsNoInclude recent pipeline logs in triage packet (default: true).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportYes
statusYes
categoryYes
severityYes
report_idYes
fix_contextYes
recent_logsYes
blast_radiusYes
similar_bugsYes
triage_summaryYes
reporter_threadYes
recommended_actionsYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description reinforces the read-only nature and adds specifics about the output (structured review packet, recommended actions). This goes beyond annotations without contradicting them.

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 four sentences, front-loaded with the main purpose, and every sentence adds value. No redundancy or superfluous information.

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?

Given the complexity of the tool, the description covers purpose, usage, behavioral traits, and output. The presence of an output schema means return details are not needed. The description is self-contained and sufficient for an agent to select and invoke the tool correctly.

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 coverage is 100% with all three parameters documented. The description does not add significant meaning beyond the schema, except emphasizing report_id as the trigger. Baseline 3 is appropriate.

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 tool is a read-only combined tool that merges multiple data sources into a structured review packet and returns prioritized next actions. It uses specific verbs and identifies the resource (report), distinguishing it from sibling tools that provide individual data pieces.

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 advises to call this tool before dispatch_fix and provides the required parameter (report_id). It implicitly positions this as the comprehensive triage step, replacing the need to call multiple individual getters. No explicit when-not-to-use, but the context is clear enough.

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