smartsuite_search_records
Search records across specified fields using a text query. Provide an application ID and query to find matching records, with options for pagination and field filters.
Instructions
Search records using a text query across specified fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 25) | |
| query | Yes | Text to search for | |
| cursor | No | Pagination cursor | |
| format | No | "json" (default) or "compact" columns+rows table (fewer tokens for large result sets). | |
| fieldSlugs | No | Field slugs to search within | |
| applicationId | Yes | The application ID | |
| includeFieldContext | No | When true, adds a _fieldContext map to the response. |