Skip to main content
Glama

Zebrunner MCP Server

list_test_runs

Retrieve test runs from Zebrunner with advanced filtering by project, name, milestone, build number, status, and sort options for comprehensive test execution analysis.

Instructions

๐Ÿƒ List Test Runs from Public API with advanced filtering

Input Schema

NameRequiredDescriptionDefault
buildNumberFilterNoFilter by build number (searches in configurations, title, and description)
closedFilterNoFilter by closed status (true=closed, false=open)
formatNoOutput format: raw API response or formatted dataformatted
maxPageSizeNoNumber of test runs per page (max 100)
milestoneFilterNoFilter by milestone ID (use get_project_milestones to find ID) or milestone name (will be converted to ID)
nameFilterNoFilter by test run name (partial match)
pageTokenNoToken for pagination (from previous response)
projectNoProject alias ('web', 'android', 'ios', 'api') or project keyweb
sortByNoSort order: -createdAt (newest first), createdAt (oldest first), -title (Z-A), title (A-Z)-createdAt

Input Schema (JSON Schema)

{ "properties": { "buildNumberFilter": { "description": "Filter by build number (searches in configurations, title, and description)", "type": "string" }, "closedFilter": { "description": "Filter by closed status (true=closed, false=open)", "type": "boolean" }, "format": { "default": "formatted", "description": "Output format: raw API response or formatted data", "enum": [ "raw", "formatted" ], "type": "string" }, "maxPageSize": { "default": 10, "description": "Number of test runs per page (max 100)", "exclusiveMinimum": 0, "maximum": 100, "type": "integer" }, "milestoneFilter": { "description": "Filter by milestone ID (use get_project_milestones to find ID) or milestone name (will be converted to ID)", "type": [ "string", "number" ] }, "nameFilter": { "description": "Filter by test run name (partial match)", "type": "string" }, "pageToken": { "description": "Token for pagination (from previous response)", "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" }, "sortBy": { "default": "-createdAt", "description": "Sort order: -createdAt (newest first), createdAt (oldest first), -title (Z-A), title (A-Z)", "enum": [ "-createdAt", "createdAt", "-title", "title" ], "type": "string" } }, "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