Skip to main content
Glama

Zebrunner MCP Server

get_all_tcm_test_case_suites_by_project

Retrieve all test case suites for a specific project from Zebrunner Test Case Management, including hierarchical structure and multiple output formats.

Instructions

๐Ÿ“‹ Get ALL TCM test case suites by project using comprehensive pagination

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
include_hierarchyNoInclude hierarchy information (rootSuiteId, parentSuiteName, etc.)
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" }, "include_hierarchy": { "default": true, "description": "Include hierarchy information (rootSuiteId, parentSuiteName, etc.)", "type": "boolean" }, "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