list_crm_companies
List companies (accounts) in the CRM with people_count and the furthest pipeline stage reached by anyone at the company. Companies are created automatically from lead company names (matched ignoring case, diacritics and legal suffixes) and from LinkedIn company imports. Optional query searches name, industry and location. Returns crm_company_id for get_crm_company, update_crm_company and merge_crm_companies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows (default 50, max 200). | |
| query | No | Optional text search across company name, industry and location. | |
| stage | No | Optional: only companies where someone is in this pipeline stage (e.g. replied, demo). | |
| offset | No | Pagination offset (default 0). |