Skip to main content
Glama
VaniTTC

qTest On-Premise MCP Server

by VaniTTC

List modules

qtest_list_modules
Read-only

List test design modules (folders) in qTest. Retrieve root modules or child modules by parent ID, and filter by name substring to locate specific folders.

Instructions

List Test Design modules (folders). With no parentId, returns root modules. Provide parentId to list child modules. Provide search to filter by name (case-insensitive substring).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoFilter modules whose name contains this text.
parentIdNoParent module ID. Omit for root-level modules.
projectIdYesNumeric project ID.
Behavior4/5

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

The readOnlyHint annotation already signals a safe read operation. The description adds valuable behavioral details: the default root behavior, parent-child traversal, and case-insensitive substring filtering. No contradictions.

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?

Three concise sentences, front-loaded with the core purpose, then expanding on parameter behavior. Every sentence earns its place with no fluff 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?

For a simple read-only listing tool with three parameters and no output schema, the description is largely complete. It explains the main behaviors and filtering. It doesn't describe the response format, but that risk is mitigated by the tool's straightforward nature.

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%, but the description enriches parameter semantics by explaining that omitting parentId returns root modules and that search is a case-insensitive substring match. This goes beyond the schema's basic 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 tool lists Test Design modules (folders), using a specific verb and resource. It also explains the variations for root vs. child modules, distinguishing it from other listing tools like test cases or projects.

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 gives clear usage context: omit parentId for root modules, provide parentId for children, and use search for filtering. While it doesn't explicitly name alternatives, the mode-based guidance is sufficient for a listing tool with simple pagination-free behavior.

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