get_financial_summary
Get P&L summary with revenue, expenses, and net income for the company. For single-month queries (e.g., "Feb free cash flow"), specify month parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Specific month (1-12). If provided, returns data for that month only. If omitted, uses period parameter for range. | |
| period | No | Time period for summary when month is not specified (default: ytd) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| fiscal_year | No | The fiscal year to query (default: current year) |