Questions And Uncertainties
Business owners often want to understand:- Whether revenue is growing or shrinking.
- Whether expenses are rising faster than income.
- Which month had the strongest or weakest profit.
- Whether the recent trend is healthy enough to support hiring, spending, or owner distributions.
- Whether uncategorized transactions may be affecting the report.
Prompts And Tools
Users can ask prompts like:- “How did my business perform over the last three months?”
Start with
get_financial_report(report_type: profit_and_loss) orget_profit_and_loss_summariesfor month-range trends. - “Did expenses grow faster than revenue?”
This typically triggers
get_profit_and_loss_summaries. - “Which month had the strongest net profit?”
This typically triggers
get_profit_and_loss_summaries. - “Are uncategorized transactions affecting my P&L?”
This may trigger
get_financial_reportorget_profit_and_loss_summariesandget_bank_transactions.
Expected Interactions
The agent should retrieve the trailing three-month P&L (preferget_financial_report for a full statement, get_profit_and_loss_summaries for month-by-month trends), compare the months, and explain the results in plain language. If the report shows unusual changes or uncategorized activity, the agent can ask whether the user wants to inspect the underlying transactions.