get_test_campaign

Fetch a single Tests campaign with its full test_list.

Fetch a single Tests campaign with its full test_list.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
test_campaign_idnumberYesTests campaign id

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "test_campaign_id": 0
}

Description

Each entry in test_list is {position, test (id), name, owners, input_variables}. owners and input_variables are per-campaign overrides — they only apply when the test runs as part of this Tests campaign.

To run it: build_campaign(test_campaign_id=<id>, variants=["Group:Variant"]) → run_campaign(overrides=…).

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