get_suite
Retrieve details of a specific test suite by providing its ID, returning title, description, parent ID, and other 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) |