Skip to main content
Glama

Zebrunner MCP Server

get_test_case_by_key

Retrieve detailed test case information from Zebrunner Test Case Management using a specific case key to access execution data, suite hierarchy, and debug details.

Instructions

๐Ÿ” Get detailed test case by key (โœ… Verified Working)

Input Schema

NameRequiredDescriptionDefault
case_keyYesTest case key (e.g., 'ANDROID-29', 'IOS-2')
formatNoOutput formatjson
include_clickable_linksNoInclude clickable links to Zebrunner web UI
include_debugNoInclude debug information in markdown
include_suite_hierarchyNoInclude featureSuiteId and rootSuiteId with suite hierarchy path
project_keyNoProject key (e.g., 'android' or 'ANDROID') - auto-detected from case_key if not provided

Input Schema (JSON Schema)

{ "properties": { "case_key": { "description": "Test case key (e.g., 'ANDROID-29', 'IOS-2')", "minLength": 1, "type": "string" }, "format": { "default": "json", "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" }, "include_debug": { "default": false, "description": "Include debug information in markdown", "type": "boolean" }, "include_suite_hierarchy": { "default": false, "description": "Include featureSuiteId and rootSuiteId with suite hierarchy path", "type": "boolean" }, "project_key": { "description": "Project key (e.g., 'android' or 'ANDROID') - auto-detected from case_key if not provided", "minLength": 1, "type": "string" } }, "required": [ "case_key" ], "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