Skip to main content
Glama

Get one bug of a ground

get_bug

Retrieve a bug by its number or internal ID, returning its full description, metadata, and impact radius. Bypass the listing step when you already know which bug you need.

Instructions

Returns a single bug by reference — the cheap path when you already know which bug you mean. ref accepts either the human-facing number shown in the UI (seq — "14" or #14) or the internal id (bug-), so a human saying "#8" needs no listing at all. Unlike list_bugs this ignores status: a catched bug is still readable by number, which is how you review what a past fix actually did. Use list_bugs only to scan for bugs you cannot yet name. The response carries the full description and metadata, plus impact — the blast radius reached from the bug's target (reachedCount, the reached nodes with hop distance, and other active bugs sitting in that radius). Numbers are per-ground and never reused, so a deleted bug leaves a gap rather than shifting the others. Returns an error if no bug matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesBug number (seq, e.g. 14) or internal id (bug-<uuid>).
slugYesGround slug.
Behavior5/5

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

With no annotations provided, the description fully carries the burden of behavioral disclosure. It reveals acceptance of two ref formats (seq and internal id), that status is ignored, the response includes impact details, that numbers are per-ground and never reused, and that a deleted bug leaves a gap. It also states the error behavior for no match.

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 longer than many but every sentence earns its place. It is front-loaded with the core purpose, then flows logically through ref formats, comparison with list_bugs, response content, and edge cases. There is no redundancy or filler.

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?

Although there is no output schema, the description explicitly lists what the response contains (full description, metadata, impact with reachedCount, reached nodes, other active bugs) and covers error behavior. It also addresses the per-ground numbering nuance and the behavior for deleted bugs, making it self-sufficient for an agent to understand the tool's results and edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already has 100% coverage for the two parameters, but the description adds substantial meaning beyond the schema: it clarifies that 'ref' can be a human-facing seq like '14' or '#14' or an internal 'bug-<uuid>', explains that numbers are per-ground and never reused, and describes what the response includes (full description, metadata, impact). This goes well beyond the schema's terse field descriptions.

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: 'Returns a single bug by reference,' and immediately frames it as the 'cheap path' compared to list_bugs. It also explicitly contrasts with list_bugs, making the tool's unique role unmistakable.

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?

The description explicitly says when to use this tool vs list_bugs: 'Use list_bugs only to scan for bugs you cannot yet name.' It also explains the advantage of this tool (ignores status, accepts human-facing references) and clarifies the context for reviewing past fixes.

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/bepuljang/umtri-mcp'

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