---
title: "get_full_test"
description: "Get the complete test definition including actions, variables, dependencies, monitors, and all metadata."
sidebarTitle: "get_full_test"
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 */}

Get the complete test definition including actions, variables, dependencies, monitors, and all metadata.

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

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

```json
{
  "test_id": 0
}
```

## Description

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

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

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