Skip to main content
Glama

Zebrunner MCP Server

get_platform_results_by_period

Retrieve test execution results filtered by platform and time period to analyze testing performance across different environments and identify platform-specific issues.

Instructions

๐Ÿ“Š Get test results by platform for a given period (SQL widget, templateId: 8)

Input Schema

NameRequiredDescriptionDefault
browserNoOptional BROWSER filter, e.g., ['chrome'] for web
dashboardNameNoOverride dashboard title
formatNoOutput format: raw widget response or formatted dataformatted
milestoneNoOptional MILESTONE filter, e.g., ['25.39.0'] for milestone filtering
periodNoTime periodLast 7 Days
platformNoPlatform alias or explicit array for paramsConfig.PLATFORM
projectNoProject alias ('web', 'android', 'ios', 'api'), project key, or numeric projectIdweb
templateIdNoOverride templateId if needed

Input Schema (JSON Schema)

{ "properties": { "browser": { "default": [], "description": "Optional BROWSER filter, e.g., ['chrome'] for web", "items": { "type": "string" }, "type": "array" }, "dashboardName": { "description": "Override dashboard title", "type": "string" }, "format": { "default": "formatted", "description": "Output format: raw widget response or formatted data", "enum": [ "raw", "formatted" ], "type": "string" }, "milestone": { "default": [], "description": "Optional MILESTONE filter, e.g., ['25.39.0'] for milestone filtering", "items": { "type": "string" }, "type": "array" }, "period": { "default": "Last 7 Days", "description": "Time period", "enum": [ "Last 7 Days", "Week", "Month" ], "type": "string" }, "platform": { "anyOf": [ { "enum": [ "web", "android", "ios", "api" ], "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "description": "Platform alias or explicit array for paramsConfig.PLATFORM" }, "project": { "anyOf": [ { "enum": [ "web", "android", "ios", "api" ], "type": "string" }, { "type": "string" }, { "type": "number" } ], "default": "web", "description": "Project alias ('web', 'android', 'ios', 'api'), project key, or numeric projectId" }, "templateId": { "default": 8, "description": "Override templateId if needed", "type": "number" } }, "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