Skip to main content
Glama
CoolTea001
by CoolTea001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
cooltest_init_suiteA

Generate a .cooltest JSON from a test case source (first step of the flow, used for "Use Cool Test for"). Does not overwrite an existing suite by default; returns skipped. Set overwrite=true to rebuild. Call this to create the suite, then append cases with cooltest_update_case.

cooltest_list_suitesA

List existing suites under the project root .cooltest (name/filePath/caseCount/updatedAt). Call first to see which suites exist when working with multiple suites.

cooltest_list_casesA

List case summaries for a suite (id/title/status/priority), without steps/evidence to save tokens. Call before testing to get an overview.

cooltest_get_caseA

Read a single case's full content (including steps/expected/evidence). Use by id when testing case by case.

cooltest_update_caseA

Update a case's status/notes/evidence/lastRunAt. Write back results after testing; set status to review with a required notes reason when a case cannot be tested or judged. Also used to append new cases after init (provide the full field set each time).

cooltest_get_statsA

Suite status statistics (total/passed/failed/review/pending). Use to report progress after testing.

cooltest_open_reportA

Start the local report server (zero-dependency Node single script) and open the visual report page in a browser. Call after testing finishes. Returns the url and port.

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/CoolTea001/cool-test-mcp'

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