get_recurring
Retrieve recurring inflows and outflows for a business entity, including subscriptions, retainers, and regular vendor payments. Filter by direction and status to understand fixed costs and predictable revenue.
Instructions
List recurring inflows and outflows for a business entity: subscriptions, retainers, recurring revenue, and regular vendor payments. Use this when the user asks about fixed costs, recurring revenue, SaaS spend, or wants to know what the business can count on month to month. Call list_entities first to get the entity_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status. Default: active (detection only returns active). | |
| direction | No | 'inflow' = recurring revenue, 'outflow' = recurring expenses, 'all' (default). | |
| entity_id | Yes | The entity UUID from list_entities. |