testneo_run_api_test_chain
Create and execute a multi-test run with an ordered API chain using explicit test case IDs or a saved chain, requiring confirmation.
Instructions
Create and execute a multi-test run using an ordered API chain: either explicit test_case_ids (preserves order) or saved_chain_id from testneo_list_saved_api_test_chains. Same execution routing as testneo_run_batch_by_tags (local agent wait, use_agent, etc.). Guarded: TESTNEO_MCP_ALLOW_WRITE + confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| test_case_ids | No | ||
| saved_chain_id | No | ||
| confirm | No | ||
| idempotency_key | No | ||
| run_name | No | ||
| notes | No | ||
| parallel | No | ||
| max_workers | No | ||
| environment_variables | No | ||
| execution_settings | No | ||
| wait_for_agent_seconds | No |