sample_rows
Read rows from allowlisted tables with simple filters (eq, lt, lte, gt, gte, contains) and a configurable row limit.
Instructions
Read rows from one allowlisted table with simple filters (eq/lt/lte/gt/gte/contains) and a limit. Prefer this over run_query for straightforward lookups; use run_query for joins and aggregations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Row cap; values above the policy cap are clamped to it | |
| table | Yes | Qualified table name, e.g. "public.orders" | |
| filters | No | Simple equality/range/contains filters, ANDed together |