get_okrs
List objectives and key results for the company. Each KR current is THIS calendar month (see month_updated + monthly_history) — not YTD, not a future projection, not the due-date month. Refresh cash numbers from get_financial_summary (displayed_net_cash_flow) and Amazon deposits from get_monthly_trends (Amazon Sales). Bindable live sources: stripe_active_subscribers, stripe_mrr, crm_active_leads. Defaults to current year unless year specified or all_years=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Filter by year (e.g., 2026). Defaults to current year. | |
| limit | No | Maximum number to return (default: 10) | |
| all_years | No | Set to true to get OKRs across all years (overrides year filter) | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |