get_partner_distribution
Get the profit distribution summary for a business entity, showing how net profit is split between partners for a given period. Partners see their own slice; owners see the full split.
Instructions
Return the profit distribution summary for a business entity — how net profit is split between partners for a given period. Partners see only their own slice; owners see the full split. Use this when the user asks 'how much do I take home', 'what's my distribution', or 'show me the partner split'. Call list_entities first to get the entity_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting period. Default: this_month. | |
| end_date | No | Inclusive end, ISO-8601 (YYYY-MM-DD). | |
| entity_id | Yes | The entity UUID from list_entities. | |
| start_date | No | Inclusive start, ISO-8601 (YYYY-MM-DD). |