Search Twenty CRM records
twenty_search_recordsSearch Twenty CRM records using filter syntax. Perform read-only queries on entities like companies, people, or opportunities with defined criteria.
Instructions
Run a targeted, read-only search using Twenty filter syntax. Prefer this over list when criteria are known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Relation depth: 0 for the record only, 1 for direct relations. | |
| limit | No | ||
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| filter | Yes | Twenty filter, for example name[ilike]:"%acme%" or createdAt[gte]:"2026-01-01". | |
| order_by | No | ||
| ending_before | No | ||
| starting_after | No | ||
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |