Skip to main content
Glama
Cerios-TechLab

Quality Transformation Coach Assistent MCP server

Defect Trend Analysis

defect_trend_analysis

Analyze issue and defect trends for a GitHub repository by measuring volume, resolution time, and severity over a chosen period to uncover quality bottlenecks and drive targeted improvements.

Instructions

Analyze issue trends (volume, resolution time, severity) for a repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days to look back (default: 90)
github_refYesGitHub 'owner/repo' reference

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states that the tool analyzes trends, but does not disclose whether it is read-only, whether it requires special permissions, how it aggregates historical data, or what computational behavior to expect. The description is minimal and not informative about side effects or operational traits.

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 a single, efficient sentence with no filler. The core verb and object are front-loaded, and the parenthetical adds useful specificity without bloat.

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?

Given the low complexity, full schema coverage, and presence of an output schema, the description does not need to detail return values. However, it lacks usage guidance and behavioral disclosure, and the short description leaves the tool's exact scope and limitations under-specified. It is adequate but has clear 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?

Schema coverage is 100% for both parameters, so the schema already documents github_ref and days. The description mentions 'volume, resolution time, severity' but does not map these to schema parameters or add extra meaning beyond the schema. Baseline 3 is appropriate since 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 a specific action ('Analyze') and resource ('issue trends') for a repository, and lists concrete dimensions: volume, resolution time, severity. It does not explicitly distinguish itself from siblings like root_cause_categories or analyze_code_quality, but the term 'trends' implies temporal analysis, which differentiates it sufficiently.

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 is given about when to use this tool versus the many sibling tools. There is no mention of prerequisites, exclusions, or selection criteria. An agent would have to infer that defect_trend_analysis is appropriate for time-series defect metrics.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.