Decision Matrix
render_decision_matrixCompare options across weighted criteria to identify the top choice, displaying scores with heatmap coloring and a clear best-pick recommendation.
Instructions
Render a weighted decision matrix comparing options across criteria with scores, heatmap coloring, and a best-pick recommendation. Pass options and criteria as JSON arrays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Decision title | |
| options | Yes | JSON array: [{"name":"Option A","scores":{"Price":8,"Location":7,"Space":9}}, ...] | |
| criteria | Yes | JSON array: [{"name":"Price","weight":3},{"name":"Location","weight":2}, ...] |