get_test_case_links
List automated tests linked to a manual test case, with recent success rate, last execution, and platforms. Use it to obtain the linkId for unlinking.
Instructions
List the automated tests linked to one manual test case, each enriched with recent automation metrics (successRate, lastExecution, platforms). caseId accepts the internal _id or the "TC-123" key. get_manual_test_case also returns the raw linkedTests array; use this tool when you need the metrics or a linkId to pass to unlink_automated_test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Metrics window in days (server default applies when omitted). | |
| caseId | Yes | Test case ID (Required). Can be internal _id or human-readable ID like 'TC-123'. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. |