get_full_test
Get the complete test definition including actions, variables, dependencies, monitors, and all metadata.
Get the complete test definition including actions, variables, dependencies, monitors, and all metadata.
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
Returns a summary object plus the full test object. Use get_test_detail instead when you only need variables and owners for campaign building.
Related
What's next?
Last updated on