Cost Optimization Recommendations
list_recommendationsFetch cost-saving recommendations for Azure or GCP by category. Each recommendation includes title, impact level, estimated annual savings, and suggested action to reduce waste.
Instructions
Fetches cost-saving recommendations filtered by category. Returns a list of recommendations each containing: title, category, impact level (high/medium/low), estimated annual savings in USD, affected resource ID, and a short description of the suggested action. Returns an empty list if no recommendations exist for the selected category. Use this when the user wants to reduce costs, find waste, or optimize resource usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | No | Cloud provider to query (azure or gcp) | azure |
| category | No | Filter by category: all, compute, storage, or networking | all |