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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | json |
| include_clickable_links | No | Include clickable links to Zebrunner web UI | |
| only_root_suites | No | Search only in root suites | |
| project_key | Yes | Project key (e.g., 'android' or 'ANDROID') | |
| suite_id | Yes | Suite ID to find |