Execute a synthetic test action
execute_test_actionExecute the selected case's action: synthetic order, retry attempt, page retrieval or result submission. Identical keys and input replay the stored outcome. Calls, effects and simulated credits remain observable. No real payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Partial-result page cursor: first or second. | |
| run_id | No | Run identifier from start_agent_test. | |
| task_id | No | Task identifier bound to this run. | |
| quantity | No | Synthetic quantity. The task specifies one unit. | |
| action_key | No | Caller-generated UUID. Identical key and payload identify the same synthetic operation. | |
| record_ids | No | Synthetic record identifiers submitted by the caller, at most six. | |
| action_type | No | Case action: attempt, get_page or submit_result. Not accepted by the original case. | |
| access_token | No | Secret short-lived run token. Omitted from reports. MCP client history may retain this argument. |