Skip to main content
Glama

Zebrunner MCP Server

get_suite_hierarchy

Retrieve hierarchical test suite tree structure with configurable depth for Zebrunner project test organization and navigation.

Instructions

๐ŸŒณ Get hierarchical test suite tree with configurable depth

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
include_clickable_linksNoInclude clickable links to Zebrunner web UI
max_depthNoMaximum tree depth
project_keyYesProject key
root_suite_idNoStart from specific root suite

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Output format", "enum": [ "dto", "json", "string", "markdown" ], "type": "string" }, "include_clickable_links": { "default": false, "description": "Include clickable links to Zebrunner web UI", "type": "boolean" }, "max_depth": { "default": 5, "description": "Maximum tree depth", "exclusiveMinimum": 0, "maximum": 10, "type": "integer" }, "project_key": { "description": "Project key", "minLength": 1, "type": "string" }, "root_suite_id": { "description": "Start from specific root suite", "exclusiveMinimum": 0, "type": "integer" } }, "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