test_orchestration
Quickly test an AI orchestration by starting a run, polling for completion with progress notifications, and returning the final status and execution ID.
Instructions
Quick synchronous test of an orchestration with a 90-second timeout.
Starts a run and polls every 2 seconds until it completes (or times out). Reports progress via MCP notifications while waiting. Returns the final status and execution_id.
Args: orchestration_id: The orchestration's UUID. input_data: Optional input data for the orchestration run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| orchestration_id | Yes | ||
| input_data | No |