expense_spending_trends
Analyze spending patterns over time to identify trends and inform budgeting decisions using financial data.
Instructions
Analyze spending trends over time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
periods | No | Number of periods to analyze |
Input Schema (JSON Schema)
{
"properties": {
"periods": {
"default": 12,
"description": "Number of periods to analyze",
"type": "number"
}
},
"type": "object"
}