Contract Renewal Decision
Assess whether to renew, renegotiate, or re-bid an expiring contract.
Steps
- Call
load_relationship for the supplier — get health score (0-100).
- Call
supplier_performance — get performance trajectory and delivery metrics.
- Call
spend_analysis with queryType "trends" — understand spend pattern.
Decision Matrix
| Health | Performance | Recommendation |
|---|
| >= 75 | > 70 | RENEW — strong partner |
| 50-74 | > 70 | RENEGOTIATE — relationship needs attention |
| >= 75 | 50-70 | RENEGOTIATE — performance improvement needed |
|