get_test_template
Returns a ready-to-customize test JSON template for the specified action types.
Returns a ready-to-customize test JSON template for the specified action types.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
action_types | string | Yes | Comma-separated list of action types for the test steps, e.g. 'ETH_HTTP_API' or 'USSD,USSD,SMS_GET' |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"action_types": "string"
}
Description
Includes default command fields, assertion_sources, and store_sources. Replace <...> placeholders with real values from list_resources. Multi-step: pass comma-separated types (e.g. 'USSD,USSD,SMS_GET').
Related
What's next?
Last updated on