get_budget
Retrieve the current utilization and detailed information for a specific budget using its ID or a partial name match.
Instructions
Use this when the user wants to view the details and current utilization of a specific budget. Accepts either the budget ID or a partial name (case-insensitive). Do NOT use this for listing all budgets (use list_budgets) or cost analysis (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the budget to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the budget when ID is unknown. |