Skip to main content
Glama

Zebrunner MCP Server

get_top_bugs

Retrieve the most frequent defects from Zebrunner test management to identify recurring issues and prioritize bug fixes across projects.

Instructions

๐Ÿž Top N most frequent defects with optional issue links (SQL widget, templateId: 4)

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: raw widget response or formatted dataformatted
issueUrlPatternNoe.g., 'https://yourcompany.atlassian.net/browse/{key}'
limitNoHow many bugs to return
milestoneNoOptional MILESTONE filter, e.g., ['25.39.0'] for milestone filtering
periodNoTime periodLast 7 Days
platformNoOptional platform filter; defaults to [] for this widget
projectNoProject alias ('web', 'android', 'ios', 'api'), project key, or numeric projectIdweb
templateIdNoOverride templateId if needed

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "formatted", "description": "Output format: raw widget response or formatted data", "enum": [ "raw", "formatted" ], "type": "string" }, "issueUrlPattern": { "description": "e.g., 'https://yourcompany.atlassian.net/browse/{key}'", "type": "string" }, "limit": { "default": 10, "description": "How many bugs to return", "exclusiveMinimum": 0, "maximum": 100, "type": "integer" }, "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": "Optional platform filter; defaults to [] for this widget" }, "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": 4, "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