Group Twenty CRM records
twenty_group_recordsGroup records from Twenty CRM by specified fields, with optional aggregation like count. Filter results using standard syntax for focused analysis.
Instructions
Group and optionally aggregate records using Twenty group_by syntax. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| filter | No | Twenty filter, for example name[ilike]:"%acme%" or createdAt[gte]:"2026-01-01". | |
| group_by | Yes | Twenty group_by expression, such as ["stage"] or ["createdAt(DAY)"]. | |
| aggregate | No | Optional aggregate expression supported by Twenty, such as ["id(COUNT)"]. | |
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |
| include_records_sample | No |