Skip to main content
Glama

Zebrunner MCP Server

validate_test_case

Validate test cases against quality standards and best practices with dynamic rules support and automatic improvement capabilities.

Instructions

๐Ÿ” Validate a test case against quality standards and best practices (Dynamic Rules Support + Improvement)

Input Schema

NameRequiredDescriptionDefault
caseKeyYesTest case key (e.g., 'ANDROID-29')
checkpointsFilePathNoPath to custom checkpoints markdown file
formatNoOutput formatmarkdown
improveIfPossibleNoAttempt to automatically improve the test case
include_clickable_linksNoInclude clickable links to Zebrunner web UI
projectKeyYesProject key (e.g., 'android' or 'ANDROID')
rulesFilePathNoPath to custom rules markdown file

Input Schema (JSON Schema)

{ "properties": { "caseKey": { "description": "Test case key (e.g., 'ANDROID-29')", "minLength": 1, "type": "string" }, "checkpointsFilePath": { "description": "Path to custom checkpoints markdown file", "type": "string" }, "format": { "default": "markdown", "description": "Output format", "enum": [ "dto", "json", "string", "markdown" ], "type": "string" }, "improveIfPossible": { "default": true, "description": "Attempt to automatically improve the test case", "type": "boolean" }, "include_clickable_links": { "default": false, "description": "Include clickable links to Zebrunner web UI", "type": "boolean" }, "projectKey": { "description": "Project key (e.g., 'android' or 'ANDROID')", "minLength": 1, "type": "string" }, "rulesFilePath": { "description": "Path to custom rules markdown file", "type": "string" } }, "required": [ "projectKey", "caseKey" ], "type": "object" }

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/maksimsarychau/mcp-zebrunner'

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