Skip to main content
Glama

Report a bug on a ground

create_bug

Registers a new bug for a node, API, or the whole project, including a change-risk score and optional fix plan.

Instructions

Creates a new bug (issue eroding the target). target.kind = "node" or "api" requires target.id of an existing node/api in the ground. target.kind = "ground" attaches the bug to the project itself (no id). score = change risk on a 0–8 scale (8 = riskiest). It blends functional impact with fix difficulty (a harder fix is likelier to break things, so it ranks higher within a tier). 0: no risk — idea / memo. 1: no risk — copy / wording edit. 2: no functional error, but may change usability. 3: minor functional issue possible — simple fix. 4: minor — complex fix. 5: significant functional issue possible — simple fix. 6: significant — complex fix. 7: critical functional issue possible — simple fix. 8: critical — complex fix. Defaults to 4. Urgency is intentionally NOT part of this score. status defaults to "open". solution is the fix: at report time it is the plan ("this is probably how we fix it"), and by the time the bug is resolved it should describe what was actually applied. Same field — overwrite it as understanding changes; project_events keeps the diff. Leave it empty rather than guessing. For a node/api bug, the response auto-attaches impact (the affected blast radius from the target): reachedCount, the reached nodes with hop distance and the connection each was reached through, other active bugs sitting in that radius, and a coverage note. Use it to scope what else to check/QA. If the target has no recorded connections the radius is empty — that means nothing is recorded, not that nothing is affected (record edges/apis). Requires a write-scope token. See umtri://rules/vocabulary for bug semantics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesGround slug.
scoreNoChange risk 0–8 (8 = riskiest: critical impact × complex fix). Defaults to 4. See tool description for the rubric.
titleYesShort summary of the bug. Required.
statusNoDefaults to "open".
targetYesBug target. Use {kind:"ground"} when the bug is about the project as a whole.
solutionNoHow to fix it. At report time this is the plan/idea; update it to what was actually applied when you resolve. Markdown allowed. Omit if you do not know yet.
descriptionNoLonger details on what is wrong (markdown allowed).
Behavior5/5

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

With no annotations, the description carries the full burden and does so thoroughly. It discloses the score rubric (0–8, defaults to 4), states urgency is intentionally excluded, explains solution overwrite semantics with project_events diff, status default, response auto-attached impact, empty radius meaning, and write-scope token requirement.

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?

The description is long but structured: it starts with the main purpose, then target, score, status, solution, and response behavior. Every sentence adds substantive detail, though the score rubric could have been condensed. Overall, the length is justified by the tool's complexity.

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?

For a 7-parameter tool with nested objects and no output schema, the description covers all necessary ground: target selection, score rubric, status default, solution handling, response impact details, and write-token requirement. It is fully self-contained for correct invocation and expectation setting.

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?

Schema coverage is 100%, but the description significantly enriches multiple parameters: it gives the full score rubric referenced by the schema, explains target.kind semantics beyond the enum, clarifies solution lifecycle, and confirms status default. This goes well beyond baseline schema 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 'Creates a new bug (issue eroding the target).' using a specific verb and resource, clearly distinguishing it from sibling tools like update_bug, delete_bug, and list_bugs. It also elaborates on the target.kind variants, reinforcing the resource type and scope.

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?

It provides explicit context on when to use different target kinds (node/api vs ground) and when to omit id. It also advises leaving solution empty rather than guessing and uses the impact response for QA scoping. However, it does not explicitly contrast with alternatives like update_bug or delete_bug, so it stops short of a full when-not/exclusion statement.

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