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

FieldTypeRequiredDescription
action_typesstringYesComma-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').

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on