analyze_spending_trends
Analyze cloud spending patterns over time to identify trends, optimize costs, and receive actionable recommendations for Vultr infrastructure management.
Instructions
Analyze spending trends over the past months.
Args: months: Number of months to analyze (default: 6)
Returns: Spending analysis with trends and recommendations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
months | No |
Input Schema (JSON Schema)
{
"properties": {
"months": {
"default": 6,
"title": "Months",
"type": "integer"
}
},
"type": "object"
}