Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TUSKR_API_TOKENYesAPI token
TUSKR_TENANT_IDYesTenant ID

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsA

List Tuskr projects from your local projects config.

list_sectionsC

List Tuskr project sections.

list_test_suitesB

List Tuskr test suites (main folders) for a project.

create_test_suiteC

Create a Tuskr test suite (main folder).

create_sectionC

Create a Tuskr section under a suite.

get_sections_treeC

List Tuskr project sections in nested tree form.

get_test_cases_by_sectionC

Get project test-cases by section; optional automated_filter: any, automated, manual, unset.

get_test_caseB

Get one detailed test-case by key (C-xxxx) or id.

create_test_case_minimalB

Create a Tuskr test-case with steps and Tuskr custom fields (automated, steps, optional pre_conditions/priority).

search_test_casesC

Search test-cases by key/title/steps text; optional automated_filter.

get_case_stepsC

Get normalized ordered steps for one case.

set_test_case_automatedB

Set the custom Tuskr field automated on an existing case (true or false).

set_test_cases_automated_bulkC

Set automated on multiple cases by key or id (automated field only).

validate_tuskr_setupC

Check env, project mapping, AutoGen test-case type, and custom fields for an app.

list_test_runsC

List test runs for a project (read-only).

get_test_runA

Get one test run by id; set include_results=true for paginated run results (read-only).

health_checkA

Validate Tuskr env/auth and API connectivity.

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/Zapkid/Tuskr-MCP'

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