Skip to main content
Glama
Atakan-Emre

QA-MCP: Test Standardization & Orchestration Server

by Atakan-Emre

Kapsam Raporu

suite_coverage_report
Read-onlyIdempotent

Generates a coverage report mapping test cases to requirements and modules.

Instructions

Test case koleksiyonu için gereksinim ve modül kapsam raporu üretir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modulesNo
testcasesYes
requirementsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
gapsNo
module_coverageNo
recommendationsNo
total_testcasesYes
module_test_countNo
risk_distributionNo
skipped_testcasesNoInputs that did not conform and were left out
requirement_mappingNo
requirement_coverageNo
scenario_distributionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.1

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds no further behavioral context (e.g., side effects, performance, or external dependencies), but it is consistent with the annotations, so this neutral addition warrants a middle score.

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 concise sentence, efficiently conveying the core purpose without unnecessary detail. It is well-structured and easy to parse.

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 description covers the basic purpose but omits any detail about the parameters, output format, or expected input structure. While an output schema exists, the lack of parameter context makes the tool only partially complete for an agent aiming to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description gives no explanation of the parameters (modules, testcases, requirements). With 0% schema description coverage, the description fails to compensate for the lack of parameter documentation, leaving the agent without enough context to correctly populate the arguments.

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 clearly states the tool's function: generating a requirement and module coverage report for a test case collection. It uses a specific verb ('üretir' – generates) and identifies the resource, making the purpose unambiguous and distinct from siblings.

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 explicit guidance on when to use this tool instead of alternatives. It does not mention conditions, trade-offs, or comparisons with sibling tools, leaving the agent to infer appropriate usage from the purpose alone.

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