get_insight
Retrieve the aggregate summary, savings, risk counts, and status for a single optimization insight using its source and key. Get detailed metadata without listing affected resources.
Instructions
Use this when the user wants the details and aggregate summary (savings, risk counts, status, description) of a single optimization insight identified by its source and key. Returns the insight metadata only — it does NOT include the individual affected resources (use get_insight_resources for those) and is not for listing all insights (use list_optimization_recommendations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key of the insight (e.g. 'delete-ebs-volumes'). Use the 'key' field from list_optimization_recommendations. | |
| source | Yes | The source of the insight (e.g. 'aws-cost-optimization-hub', 'aws-trusted-advisor'). Use the 'source' field from list_optimization_recommendations. |