Skip to main content
Glama
Atakan-Emre

QA-MCP: Test Standardization & Orchestration Server

by Atakan-Emre

testcase.lint

Analyzes test cases to calculate quality scores and provide improvement recommendations for better standardization.

Instructions

Test case'i analiz eder, kalite skoru ve iyileştirme önerileri döner

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testcaseYesAnaliz edilecek test case
include_improvement_planNoÖncelikli iyileştirme planı dahil mi (default: true)
strict_modeNoDaha katı kurallar uygula (default: false)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/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. It mentions the tool analyzes test cases and returns a quality score and improvement suggestions, but it doesn't describe key behavioral traits such as whether the analysis is read-only or modifies data, performance characteristics, error handling, or any constraints. For a tool with no annotation coverage, this is a significant gap in 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 concise and front-loaded in a single sentence that states the core purpose and outputs. It avoids unnecessary words and gets straight to the point. However, it could be slightly improved by structuring it into clearer clauses or adding a brief example, but it's efficient overall.

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

Completeness2/5

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

Given the complexity (3 parameters, including a nested object, no output schema, and no annotations), the description is incomplete. It doesn't explain the return values (quality score format, improvement suggestions structure), behavioral aspects like error conditions, or how it differs from sibling tools. For a tool with no output schema and no annotations, more context is needed to guide effective use.

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 description coverage is 100%, so the schema already documents all three parameters ('testcase', 'include_improvement_plan', 'strict_mode') with descriptions. The tool description doesn't add any additional meaning or context beyond what the schema provides, such as explaining the impact of 'strict_mode' or the format of 'testcase'. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate but also doesn't detract.

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's purpose: 'Test case'i analiz eder, kalite skoru ve iyileştirme önerileri döner' (Analyzes test cases, returns quality score and improvement suggestions). It specifies the verb (analyzes) and resource (test cases), and mentions the outputs (quality score, improvement suggestions). However, it doesn't explicitly differentiate from sibling tools like 'testcase.lint_batch' or 'testcase.normalize', which likely have related but distinct purposes.

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. It doesn't mention sibling tools like 'testcase.lint_batch' (for batch processing) or 'testcase.normalize' (for standardization), nor does it specify prerequisites, exclusions, or optimal contexts for use. This lack of comparative context leaves the agent without clear usage direction.

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

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/Atakan-Emre/McpTestGenerator'

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