---
title: "get_test_template"
description: "Returns a ready-to-customize test JSON template for the specified action types."
sidebarTitle: "get_test_template"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

Returns a ready-to-customize test JSON template for the specified action types.

<Note>
  **Read-only · Calls external systems.** Safe to call: this tool does not modify data.
</Note>

## 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:

```json
{
  "action_types": "string"
}
```

## Description

```text
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

- [`list_resources`](/mcp/tools/discovery/list_resources)

## What's next?

<Columns cols={2}>
  <Card title="All MCP tools" icon="robot" href="/mcp/tools/overview">
    Browse the full tool reference by category.
  </Card>
  <Card title="Connect a client" icon="plug" href="/mcp/connect">
    Point Claude, Cursor, or Claude Code at the server.
  </Card>
</Columns>
