Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QA_STUDIO_API_KEYYesYour QA Studio API key (required)
QA_STUDIO_API_URLNoBase URL for your QA Studio APIhttp://localhost:3000/api

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-projectsC

List all projects in QA Studio

create-test-runC

Create a new test run for a project

list-test-runsC

List test runs for a project

get-test-runC

Get detailed information about a specific test run

get-test-resultsB

Get test results for a specific test run

create-test-caseB

Create a new test case in a project

submit-test-resultsA

Submit test results for a test run (useful for manual test execution tracking)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating test cases, creating test runs, retrieving results, retrieving test run details, listing projects, listing test runs, and submitting results. No ambiguity between tools.

Naming Consistency5/5

All tool names follow a consistent verb-noun pattern with kebab-case (e.g., create-test-case, list-projects). No deviations in style or convention.

Tool Count5/5

7 tools is well-scoped for a QA Studio server covering project listing, test case creation, test run management, and result submission. Each tool earns its place without being too few or too many.

Completeness4/5

The tool set covers core workflows: create test cases, create and list test runs, get run details, and submit results. Missing update/delete operations and a list-test-cases tool, but these are minor gaps for the apparent purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues