Skip to main content
Glama
Atakan-Emre

QA-MCP: Test Standardization & Orchestration Server

by Atakan-Emre

Toplu Xray Dönüşümü

testcase_to_xray_batch
Read-onlyIdempotent

Convert multiple test cases to Xray format in batch, streamlining test management integration.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_typeNo
testcasesYes
project_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
warningsNo
xray_payloadsNo
import_payloadYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.1

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and idempotency. The description adds the conversion action but does not disclose output details or any side effects beyond what annotations imply. This is adequate given the annotation coverage.

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?

A single, front-loaded sentence with zero wasted words. It conveys the core purpose immediately and is appropriately sized.

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?

With three parameters and zero schema descriptions, the description is severely incomplete. It does not explain the input format, the meaning of test_type or project_key, or any details about the conversion process. The output schema exists, but the agent still lacks essential input guidance.

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?

Schema description coverage is 0%, and the description does not explain any of the three parameters (testcases, test_type, project_key). An agent has no guidance on what these fields mean or how to populate them.

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 action (converts), the resource (multiple test cases), and the target format (Xray). It explicitly says 'multiple' and 'bulk', distinguishing it from the singular sibling testcase_to_xray.

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

Usage Guidelines4/5

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

The description implicitly signals it is for batch operations by saying 'Birden fazla test case'i' (multiple test cases). This gives clear context for when to use it, though it does not explicitly name the alternative for single conversions.

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