Skip to main content
Glama

Zebrunner MCP Server

get_launch_summary

Retrieve launch summary data from Zebrunner test management system using project and launch identifiers to access high-level test execution results.

Instructions

๐Ÿ“Š Get quick launch summary without detailed test sessions (uses new reporting API)

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
launchIdYesLaunch ID (e.g., 118685)
projectIdNoProject ID (e.g., 7) - alternative to projectKey
projectKeyNoProject key (e.g., 'android' or 'ANDROID') - alternative to projectId

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Output format", "enum": [ "dto", "json", "string" ], "type": "string" }, "launchId": { "description": "Launch ID (e.g., 118685)", "exclusiveMinimum": 0, "type": "integer" }, "projectId": { "description": "Project ID (e.g., 7) - alternative to projectKey", "exclusiveMinimum": 0, "type": "integer" }, "projectKey": { "description": "Project key (e.g., 'android' or 'ANDROID') - alternative to projectId", "minLength": 1, "type": "string" } }, "required": [ "launchId" ], "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