get_suite
Retrieve detailed information about a test suite by its ID, including title, description, and parent_id. Useful for accessing suite metadata.
Instructions
Get details of a specific test suite by ID. Returns the suite's title, description, parent_id, and other metadata.
Required: id (suite ID) Optional: project_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Suite ID to retrieve (required) | |
| project_id | No | Project ID (optional if TC_DEFAULT_PROJECT is set) |