Skip to main content
Glama

Zebrunner MCP Server

get_tcm_test_suites_by_project

Retrieve test suites for a specific project from Zebrunner Test Case Management with pagination support to organize and access testing components systematically.

Instructions

๐Ÿ“‹ Get TCM test suites by project with pagination (Java methodology)

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
max_page_sizeNoMaximum page size for pagination
page_tokenNoPage token for pagination
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" }, "max_page_size": { "default": 100, "description": "Maximum page size for pagination", "exclusiveMinimum": 0, "maximum": 1000, "type": "integer" }, "page_token": { "description": "Page token for pagination", "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