Skip to main content
Glama

Zebrunner MCP Server

get_tcm_suite_by_id

Retrieve test suite details by ID from Zebrunner Test Case Management, including project context and optional output formats for reporting.

Instructions

๐Ÿ” Find TCM suite by ID with comprehensive search

Input Schema

NameRequiredDescriptionDefault
formatNoOutput formatjson
include_clickable_linksNoInclude clickable links to Zebrunner web UI
only_root_suitesNoSearch only in root suites
project_keyYesProject key (e.g., 'android' or 'ANDROID')
suite_idYesSuite ID to find

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" }, "only_root_suites": { "default": false, "description": "Search only in root suites", "type": "boolean" }, "project_key": { "description": "Project key (e.g., 'android' or 'ANDROID')", "minLength": 1, "type": "string" }, "suite_id": { "description": "Suite ID to find", "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