evaluate_build
Check a build against numeric stat goals (e.g., minimum DPS, life) and get per-goal pass/fail results.
Instructions
Check the active build against named numeric goals.
goals maps a stat to a constraint: a bare number (treated as a minimum) or an object
like {"min": 500000, "max": 1000000}. Example:
{"TotalDPS": {"min": 500000}, "Life": {"min": 5000}, "TotalEHP": 20000}.
Returns per-goal pass/fail with actual values and an overall pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goals | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||