get_test_detail
Get test summary: name, status, product, input_variables, owners.
Get test summary: name, status, product, input_variables, owners.
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
Use this before build_campaign to understand what values are needed. This is the FAST, minimal lookup. For full definition with actions/assertions, use get_full_test instead.
Related
What's next?
Last updated on