evaluate_build
Evaluate your active build by comparing stats to user-defined numeric goals. Returns pass/fail per goal with actual values.
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 | |||