Evaluate agent
evaluate_agentRun an agent against a scenario to get end-to-end evaluation scores. Provide agent and scenario UUIDs; optionally set runs or timeout.
Instructions
Runs an agent against a scenario and evaluates the result end to end. Typically takes 30s–30min; task-capable MCP clients receive a pollable task handle immediately, while others block until the evaluation completes. Give it an agent uuid and a scenario uuid; it previews cost, runs the simulation, waits for it, and returns the evaluation scores. Optional timeout_minutes (1–240) overrides the scenario default for this run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num_runs | No | Parallel repetitions, 1-10 (default 1). | |
| agent_uuid | Yes | The agent to evaluate. | |
| scenario_uuid | Yes | The scenario to run the agent against. | |
| timeout_minutes | No | Wall-clock budget in minutes for this run (overrides scenario default). |