Skip to main content
Glama

Zebrunner MCP Server

get_launch_details

Retrieve comprehensive launch data including test sessions and execution details from Zebrunner reporting API for test analysis and reporting.

Instructions

๐Ÿš€ Get comprehensive launch details including test sessions (uses new reporting API with enhanced authentication)

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
includeLaunchDetailsNoInclude detailed launch information
includeTestSessionsNoInclude test sessions data
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" }, "includeLaunchDetails": { "default": true, "description": "Include detailed launch information", "type": "boolean" }, "includeTestSessions": { "default": true, "description": "Include test sessions data", "type": "boolean" }, "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