Skip to main content
Glama

get_bug_failure_info

Retrieve comprehensive failure details for test bugs from Zebrunner, including summaries and test run data for analysis.

Instructions

🔬 Get comprehensive failure information including failure summary and detailed test runs (SQL widgets, templateId: 6 & 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject alias ('web', 'android', 'ios', 'api'), project key, or numeric projectIdweb
dashboardIdYesDashboard ID from bug review (e.g., 99)
hashcodeYesHashcode from bug review failure link (e.g., '1051677506')
periodNoTime period for failure analysisLast 14 Days
formatNoOutput format: detailed (full info), summary (concise), or json (raw data)detailed
Behavior2/5

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

No annotations are provided, so the description carries full burden. While it mentions what information is retrieved (failure summary, detailed test runs), it doesn't disclose behavioral aspects like whether this is a read-only operation, potential performance characteristics, authentication requirements, error conditions, or what happens with invalid inputs. The mention of 'SQL widgets' and templateIds provides some implementation context but not enough operational transparency.

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 a single, efficient sentence that front-loads the core purpose. The emoji adds visual distinction but doesn't detract from clarity. While concise, it could potentially benefit from slightly more structure given the tool's complexity and lack of annotations.

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

Completeness3/5

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

For a tool with 5 parameters, no annotations, and no output schema, the description provides adequate basic purpose but leaves significant gaps. It doesn't explain what the output looks like (crucial without an output schema), doesn't cover error handling, and provides no guidance on tool selection among many similar siblings. The mention of specific templateIds (6 & 10) adds some domain context but doesn't compensate for the broader completeness gaps.

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 100% schema description coverage, the schema already documents all 5 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema - it doesn't explain relationships between parameters (e.g., how dashboardId and hashcode work together) or provide usage examples. The baseline of 3 is appropriate when the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('comprehensive failure information') with specific components mentioned (failure summary, detailed test runs, SQL widgets, templateId references). It distinguishes from some siblings like 'analyze_test_failure' by emphasizing retrieval rather than analysis, but doesn't explicitly differentiate from all similar tools like 'get_launch_details' or 'get_test_execution_history'.

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?

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools dealing with test failures, launches, and bug reviews (e.g., 'analyze_test_failure', 'get_bug_review', 'get_launch_details'), there's no indication of when this specific failure information retrieval tool is preferred over other options.

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/maksimsarychau/mcp-zebrunner'

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