Skip to main content
Glama

Zebrunner MCP Server

get_root_suites

Retrieve root test suites (those without parent suites) from a specified project in Zebrunner Test Case Management to organize and manage test case hierarchies.

Instructions

๐ŸŒณ Get root suites (suites with no parent) from project

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
project_keyYesProject key (e.g., 'android' or 'ANDROID')

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Output format", "enum": [ "dto", "json", "string", "markdown" ], "type": "string" }, "project_key": { "description": "Project key (e.g., 'android' or 'ANDROID')", "minLength": 1, "type": "string" } }, "required": [ "project_key" ], "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