smartsuite_query_records
Query SmartSuite records by applying a structured filter with field comparisons and logical operators.
Instructions
Query records using a structured SmartSuite filter. Use smartsuite_describe_application first to learn field slugs and valid values for choice fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | Max records (default 50) | |
| cursor | No | Pagination cursor | |
| fields | No | Field slugs to include in results | |
| filter | Yes | SmartSuite filter object with operator ("and"/"or") and fields array | |
| format | No | "json" (default) or "compact" columns+rows table (fewer tokens for large result sets). | |
| applicationId | Yes | The application ID | |
| includeFieldContext | No | When true, adds a _fieldContext map to the response. |