Skip to main content
Glama

Zebrunner MCP Server

improve_test_case

Analyze test cases to identify issues and apply improvements with detailed suggestions and automatic fixes for better quality assurance.

Instructions

๐Ÿ”ง Analyze and improve a test case with detailed suggestions and optional automatic fixes

Input Schema

NameRequiredDescriptionDefault
applyHighConfidenceChangesNoAutomatically apply high-confidence improvements
caseKeyYesTest case key (e.g., 'ANDROID-29')
checkpointsFilePathNoPath to custom checkpoints markdown file
formatNoOutput formatmarkdown
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": { "applyHighConfidenceChanges": { "default": true, "description": "Automatically apply high-confidence improvements", "type": "boolean" }, "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" }, "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