get_test_impact
Check what Tests campaigns and monitors depend on a test (blast radius).
Check what Tests campaigns and monitors depend on a test (blast radius).
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
test_id | number | Yes | The test ID (from list_tests) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"test_id": 0
}
Description
Call this before suggesting modifications to understand the downstream impact. Returns a list of impacted items with their type (test_campaign or monitoring) and the action that would be affected (delete or update).
What's next?
Last updated on