get_budget_burn
get_budget_burnAnalyse budget burn for projects, showing spent, remaining, and RAG status. Use min_burn_pct to view only at-risk projects.
Instructions
Analyse budget burn for rb2 projects. Returns budget value, amount spent, burn %, remaining, and RAG status per budget deal. RAG: 🟢 <70% / 🟡 70-90% / 🔴 >90%. Use min_burn_pct=70 to show only at-risk projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter to a specific project ID | |
| limit | No | Max budgets to analyse (default 30) | |
| min_burn_pct | No | Only show budgets above this burn % (default 0 = all) |