freee_search_deals
Search and aggregate all deals using auto-pagination; receives pre-computed summaries by partner, month, and account item for financial analysis.
Instructions
Search and aggregate all deals - Auto-paginates through all matching deals and returns pre-computed summaries by partner, month, and account item. Use this instead of manual pagination with freee_get_deals for financial analysis. Returns aggregated totals, not individual records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| partnerId | No | Partner ID to filter by | |
| accountItemId | No | Account item ID to filter by | |
| startIssueDate | No | Start date (YYYY-MM-DD) | |
| endIssueDate | No | End date (YYYY-MM-DD) | |
| maxRecords | No | Maximum records to fetch (1-1000, default 1000) |