Skip to main content
Glama
VaniTTC

qTest On-Premise MCP Server

by VaniTTC

Create a test case

qtest_create_test_case

Create a test case in a qTest module, optionally adding ordered steps and custom field values. Supports preconditions and descriptions.

Instructions

Create a test case inside a module. You can include ordered test steps and custom field values (fieldId -> value map).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTest case name.
stepsNoOrdered test steps (description + expected result).
fieldsNoCustom field values keyed by numeric field id.
parentIdYesModule ID the test case will be created under.
projectIdYesNumeric project ID.
descriptionNoOptional description.
preconditionNoOptional precondition.
Behavior2/5

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

With no annotations, the description carries the full transparency burden. It only restates input capabilities (ordered steps, custom fields) and gives no information about permissions, return values, idempotency, or side effects. This is a mutation tool, and the description lacks behavioral disclosure beyond the schema.

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 that is front-loaded with the core action and includes only essential information. No filler or redundancy.

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 7 parameters with nested objects and no output schema or annotations. The description covers the primary use case but omits what the tool returns, how to discover field IDs (e.g., via list_fields), and any required permissions or prerequisites beyond 'inside a module.' This is adequate but leaves notable gaps for a complex creation tool.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaning beyond schema by calling steps 'ordered' and explaining fields as a 'fieldId -> value map', which clarifies the structure and relationship of nested parameters.

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 uses a specific verb and resource: 'Create a test case inside a module.' It clearly distinguishes the tool from siblings like create_module or create_requirement by scoping creation to test cases within a module.

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 phrase 'inside a module' implies the prerequisite context of a module ID, and the capability to add steps/custom fields suggests appropriate scenarios. However, it does not explicitly mention alternatives such as update_test_case or add_test_step, nor does it state when not to use this tool.

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/VaniTTC/soco-qtest-mcp'

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