Skip to main content
Glama

Zebrunner MCP Server

list_test_run_test_cases

Retrieve all test cases from a specific test run in Zebrunner Test Case Management. Use this tool to access test case details and execution data for quality assurance analysis.

Instructions

๐Ÿ“ List all Test Cases in a Test Run from Public API

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: raw API response or formatted dataformatted
projectNoProject alias ('web', 'android', 'ios', 'api') or project keyweb
testRunIdYesTest Run ID

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "formatted", "description": "Output format: raw API response or formatted data", "enum": [ "raw", "formatted" ], "type": "string" }, "project": { "anyOf": [ { "enum": [ "web", "android", "ios", "api" ], "type": "string" }, { "type": "string" } ], "default": "web", "description": "Project alias ('web', 'android', 'ios', 'api') or project key" }, "testRunId": { "description": "Test Run ID", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "testRunId" ], "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