Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QTEST_TOKENYesYour qTest personal access token
QTEST_BASE_URLYesYour qTest base URL, e.g. https://your-org.qtestnet.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list-test-casesA

Test Design — fetch test cases from a qTest module with optional property filters (Type, Status, Priority, version, etc.). Requires moduleId (numeric).

list-modulesA

Test Design — list qTest Test Design modules. Pass query to search by name, parentId to list children, or neither for root-level listing

create-moduleC

Test Design — create a new module in qTest Test Design to organise test cases

create-test-cycleC

Test Execution — create a test cycle (execution folder) in qTest Test Execution to group test runs for a sprint, release, or regression campaign

add-test-casesB

Test Execution — add test cases as test runs into a qTest Test Execution suite (inside a test cycle)

list-projectsA

Projects — list all qTest projects, or fetch a single project by ID

list-test-cycleA

Test Execution — list qTest test cycles. Omit all optional args for root-level listing, provide id for a single cycle, or provide name to filter by name (case-insensitive exact match)

delete-test-cycleA

Test Execution — delete a qTest test cycle by numeric id. Cascades to all child test cycles, test suites, and test runs automatically.

delete-moduleA

Test Design — delete a qTest test module by numeric id. Cascades to all child modules and test cases automatically.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 9 tools

Disambiguation5/5

Every tool has a clearly distinct purpose within the qTest domain. The tools are separated by functional area (Test Design, Test Execution, Projects) and there is no overlap in their operations.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern using kebab-case (e.g., create-module, list-test-cases). The naming is predictable and unambiguous.

Tool Count5/5

With 9 tools, the set is well-scoped for a test management server. It covers essential create, delete, and list operations for modules and test cycles, plus a few specialized actions, without being excessive or insufficient.

Completeness4/5

The tool set covers core operations for modules, test cycles, projects, and test case execution. Minor gaps exist: no update tools for modules or test cycles, and no tool to individually create a test case (only add as test run).

Maintenance

ActivityInactive
ResponsivenessNo issues