get_xero_report
Get a LIVE financial report straight from the company's connected Xero ledger: ProfitAndLoss, BalanceSheet, BankSummary, TrialBalance, or ExecutiveSummary. Source of truth for current numbers — prefer this over get_financial_summary (which reads the periodically-processed snapshot) when the user asks about current/live financial position.
Routing: LIVE ledger (Xero): balance sheet / P&L / bank summary straight from the books → use over get_financial_summary for current numbers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which report to pull | |
| to_date | No | Period end / as-at date, YYYY-MM-DD. Defaults to today. | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| from_date | No | Period start, YYYY-MM-DD (period reports: ProfitAndLoss, BankSummary) |