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

Capabilities

Features and capabilities supported by this server

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

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/Usman-Ghani123/qtest-mcp-server'

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