get_tcm_suite_by_id
Retrieve test case management suite details by ID from Zebrunner projects to access test structure and execution data.
Instructions
🔍 Find TCM suite by ID with comprehensive search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Project key (e.g., 'android' or 'ANDROID') | |
| suite_id | Yes | Suite ID to find | |
| only_root_suites | No | Search only in root suites | |
| format | No | Output format | json |
| include_clickable_links | No | Include clickable links to Zebrunner web UI |