Skip to main content
Glama
prem2230

Test Case Generator MCP Server

by prem2230

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_test_casesA

Analyze a feature or function description and auto-generate comprehensive test cases. Covers: happy path, edge cases, negative tests, boundary values, and security basics. Saves them to the project store and returns the full list.

add_test_caseA

Manually add a single custom test case to a project.

list_test_casesA

List all test cases for a project. Optionally filter by feature, type, priority, or status.

update_statusB

Update the status of a test case after running it (PASS, FAIL, SKIPPED).

project_reportA

Get a summary report of all test cases in a project — pass/fail counts, coverage by feature, and pending items.

list_projectsA

List all projects that have test cases stored.

export_markdownA

Export all test cases for a project as a Markdown document (ready to paste into Notion, GitHub, Confluence, etc.)

delete_projectA

Delete all test cases for a project.

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/prem2230/test-case-mcp-generator'

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