List contacts in a Rootr CRM
rootr_crm_list_contactsList and search contacts in Rootr CRM. Filter by free-text query, company, lifecycle stage, lead status, owner, or tag.
Instructions
List/search contacts in a Rootr (루터) CRM, filterable by free-text query, company, lifecycle stage (lead|mql|sql|opportunity|customer|evangelist), lead status (new|attempting|connected|open_deal|unqualified), owner, or tag. Part of a Rootr (루터) CRM node: a full sales CRM (companies, contacts with lifecycle stages + auto lead-scoring, multi-pipeline deals/kanban, activity timeline, follow-up tasks), auto-linked into the knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search (name/email/etc.) | |
| tag | No | Filter by tag | |
| sort | No | Sort key, e.g. "name" | "-createdAt" | |
| crmId | Yes | CRM node id | |
| limit | No | Max results (pagination) | |
| offset | No | Result offset (pagination) | |
| ownerId | No | Filter by owning user id | |
| companyId | No | Filter by company id | |
| leadStatus | No | new | attempting | connected | open_deal | unqualified | |
| lifecycleStage | No | lead | mql | sql | opportunity | customer | evangelist |