Skip to main content
Glama

api-schema-drift-detector

breaking-change-analyzer

Analyzes breaking changes between two schema versions. Detects: field removal, type changes, newly required fields, enum value removal, constraint tightening.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
newSchemaYesNew (candidate) schema version
oldSchemaYesPrevious (deployed) schema version

TDQS

B3.3/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 of behavioral disclosure. While 'Analyzes' implies a read-only operation, the description does not explicitly state non-mutating behavior, nor does it disclose any edge cases, error conditions, or output format. The list of detections clarifies scope but adds little about actual tool behavior beyond the core purpose.

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 sentence with a colon-separated list of detection types. It is front-loaded with the primary purpose and every word contributes to understanding. No redundancy or filler.

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?

The tool has two parameters and no output schema, and the description lists detection types but does not specify the return format (e.g., a list of breaking changes). It also lacks alternative usage guidance. For a moderately complex analysis tool, the description is adequate but leaves gaps around expected output and edge-case behavior.

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?

The input schema covers 100% of parameters with descriptions ('New (candidate) schema version' and 'Previous (deployed) schema version'). The tool description's mention of 'between two schema versions' aligns with the schema but does not add additional semantic richness beyond what the parameter descriptions already provide. Baseline 3 is appropriate.

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 tool 'Analyzes breaking changes between two schema versions' and lists specific change types it detects (field removal, type changes, newly required fields, etc.). This is a specific verb+resource combination. However, it does not explicitly distinguish itself from sibling tools like drift-detector or schema-validator, relying on the tool name for differentiation.

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

Usage Guidelines3/5

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

The description implies usage when checking schema compatibility by naming the two inputs 'oldSchema' and 'newSchema'. However, it provides no explicit guidance on when to use this tool versus the sibling tools, nor does it state any exclusions or prerequisites. The context is clear enough to infer basic usage, but it lacks direct comparison to alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct aspect: schema version comparison, actual vs expected response checking, and general data validation. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent pattern: [domain concept]-[tool type] (e.g., breaking-change-analyzer, drift-detector, schema-validator), all lowercase with hyphens.

Tool Count5/5

Three tools is appropriate for the focused domain of schema drift detection, covering the main operations without being too few or excessive.

Completeness5/5

The tool set covers schema version comparison, API response drift detection, and schema validation, providing a complete workflow for drift detection without obvious gaps.