Skip to main content
Glama
realsidg

bug_tracker_mcp

by realsidg

update_bug

Update a bug's attributes including title, status, severity, kind, tags, location, description, and found_while context.

Instructions

Update attributes of an existing bug within a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoNew kind ('bug' or 'improvement') (optional).
tagsNoNew tags list (optional).
titleNoNew title (optional).
bug_idYesInteger ID of the bug to update.
statusNoNew status ('open' or 'fixed') (optional).
projectYesName identifying the project the bug belongs to.
locationNoNew location (optional).
severityNoNew severity (optional).
descriptionNoNew description (optional).
found_whileNoNew found_while context (optional).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
kindNobug
tagsNo
titleYes
statusNoopen
projectYes
fixed_atNo
locationNo
severityNominor
created_atYes
resolutionNo
updated_atYes
descriptionNo
found_whileNo
Behavior1/5

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

No annotations provided, so description carries full burden. It only states 'update' without disclosing side effects, required permissions, mutability, or any behavioral traits. This is insufficient for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence, front-loaded and concise. However, it is too brief and fails to provide necessary information, making it less helpful for accurate tool selection.

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

Completeness1/5

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

Given the complexity (10 parameters, mutation, no annotations), the description is incomplete. It does not mention preconditions, return values, or constraints like requiring an existing bug. Output schema exists but description does not leverage it.

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%, so baseline is 3. Description adds no extra meaning beyond 'update attributes', which is generic. Parameters are well-documented in schema, so description need not repeat them.

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 clearly states 'Update attributes of an existing bug within a project', specifying the verb (update) and resource (existing bug). It distinguishes from sibling tools like log_bug (create) and get_bug (read).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives like resolve_bug, which may also update status. No prerequisites or conditions mentioned.

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/realsidg/bug_tracker_mcp'

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