Skip to main content
Glama
Atakan-Emre

QA-MCP: Test Standardization & Orchestration Server

by Atakan-Emre

testcase.to_xray_batch

Convert multiple test cases to Xray format in batch for Jira integration, enabling standardized test management across projects.

Instructions

Birden fazla test case'i toplu olarak Xray formatına dönüştürür

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
testcasesYesDönüştürülecek test case listesi
project_keyYesJira proje anahtarı
test_typeNo
Behavior2/5

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

With no annotations provided, the description carries full burden but reveals minimal behavioral information. It mentions batch conversion but doesn't disclose whether this is a read-only operation, what permissions are required, whether it modifies source data, rate limits, error handling, or output characteristics. For a tool with 3 parameters and no annotation coverage, this is inadequate disclosure.

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 states the core functionality upfront. There's no wasted verbiage or redundant information. However, it could be slightly more structured by separating purpose from context or constraints.

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?

For a batch conversion tool with 3 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain what the Xray format entails, what happens during conversion, whether validation occurs, error conditions, or what the output looks like. The combination of missing behavioral context and parameter guidance makes this inadequate for the tool's complexity.

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 67% (2 of 3 parameters have descriptions). The description adds no parameter-specific information beyond what's in the schema - it doesn't explain what constitutes a valid testcase object, what the project_key format should be, or clarify the test_type enum values. With moderate schema coverage, the baseline 3 is appropriate as the description doesn't compensate for the coverage gap.

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 ('dönüştürür' - converts) and resource ('test case'i' to 'Xray formatı'), specifying it's a batch operation ('toplu olarak'). It distinguishes from sibling 'testcase.to_xray' by explicitly mentioning batch processing. However, it doesn't fully differentiate from other transformation siblings like 'testcase.normalize' in terms of output format specificity.

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 on when to use this tool versus alternatives is provided. The description doesn't mention when to choose batch conversion over single conversion ('testcase.to_xray'), or when this is preferable to other transformation tools like 'testcase.normalize'. There's no context about prerequisites, limitations, or typical use cases.

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

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