Skip to main content
Glama

Zebrunner MCP Server

get_root_id_by_suite_id

Find the root test suite ID for any given suite ID in Zebrunner test management. Use this tool to navigate test suite hierarchies and identify parent relationships within your project structure.

Instructions

๐Ÿ” Get root suite ID for a specific suite ID

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
project_keyYesProject key (e.g., 'android' or 'ANDROID')
suite_idYesSuite ID to find root for

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" }, "suite_id": { "description": "Suite ID to find root for", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "project_key", "suite_id" ], "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