Skip to main content
Glama

Zebrunner MCP Server

get_enhanced_test_coverage_with_rules

Analyze test implementation coverage against configurable rules to identify gaps and generate improvement recommendations for better test quality.

Instructions

๐Ÿ” Enhanced test coverage analysis with configurable rules validation and quality scoring

Input Schema

NameRequiredDescriptionDefault
analysis_scopeNoScope of analysis: steps, assertions, data coverage, or full analysisfull
case_keyYesTest case key (e.g., 'ANDROID-6')
file_pathNoFile path for adding code comments or saving markdown (optional)
implementation_contextYesActual implementation details (code snippets, file paths, or implementation description)
include_recommendationsNoInclude improvement recommendations
include_suite_hierarchyNoInclude featureSuiteId and rootSuiteId in analysis
output_formatNoOutput format: chat response, markdown file, detailed analysis, or all formatsdetailed
project_keyNoProject key (auto-detected from case_key if not provided)
show_framework_detectionNoShow detected framework and patterns
validate_against_rulesNoValidate coverage against configured rules

Input Schema (JSON Schema)

{ "properties": { "analysis_scope": { "default": "full", "description": "Scope of analysis: steps, assertions, data coverage, or full analysis", "enum": [ "steps", "assertions", "data", "full" ], "type": "string" }, "case_key": { "description": "Test case key (e.g., 'ANDROID-6')", "minLength": 1, "type": "string" }, "file_path": { "description": "File path for adding code comments or saving markdown (optional)", "type": "string" }, "implementation_context": { "description": "Actual implementation details (code snippets, file paths, or implementation description)", "minLength": 10, "type": "string" }, "include_recommendations": { "default": true, "description": "Include improvement recommendations", "type": "boolean" }, "include_suite_hierarchy": { "default": false, "description": "Include featureSuiteId and rootSuiteId in analysis", "type": "boolean" }, "output_format": { "default": "detailed", "description": "Output format: chat response, markdown file, detailed analysis, or all formats", "enum": [ "chat", "markdown", "detailed", "all" ], "type": "string" }, "project_key": { "description": "Project key (auto-detected from case_key if not provided)", "minLength": 1, "type": "string" }, "show_framework_detection": { "default": true, "description": "Show detected framework and patterns", "type": "boolean" }, "validate_against_rules": { "default": true, "description": "Validate coverage against configured rules", "type": "boolean" } }, "required": [ "case_key", "implementation_context" ], "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