Skip to main content
Glama
VaniTTC

qTest On-Premise MCP Server

by VaniTTC

Create a test suite

qtest_create_test_suite

Create a test suite under a test cycle or release to organize and group test runs for efficient test execution management.

Instructions

Create a test suite under a test cycle (or release). Test runs are added to suites.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTest suite name.
parentIdYesParent ID (cycle or release).
projectIdYesNumeric project ID.
parentTypeNoType of the parent (default test-cycle).
Behavior3/5

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

With no annotations, the description carries the responsibility for behavioral disclosure. It states the create action and the fact that test runs are added to suites, but does not mention side effects, permissions, or error conditions. This is adequate for a simple create operation but lacks depth.

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?

Two concise sentences front-load the primary action and context. Every word adds value; no filler or repetition.

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

Completeness4/5

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

Given the complete schema descriptions and moderate complexity, the description is sufficient for understanding the tool's core purpose. It lacks an explicit statement of return value or error behavior, but those are not required given the input schema richness.

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 coverage is 100%, so the baseline is 3. The description reinforces the role of parentId and parentType ('under a test cycle (or release)') and adds domain context about test runs, but it does not add new semantics beyond the schema's field descriptions.

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 ('Create a test suite') and specifies the resource and scope ('under a test cycle (or release)'). It distinguishes this from sibling create tools by identifying the parent context (test cycle or release).

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 provides clear context on when to use the tool: when needing to create a test suite under a cycle or release. It does not explicitly name alternatives or exclusions, but the parent-type constraint gives sufficient usage guidance.

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