get_records
Retrieve rows from a single entity with filters, ordering, and limit. Queries are safe, read-only, and block PII.
Instructions
Read rows from one entity.
filters is a list of {field, op, value}. Operators: =, !=, <, <=, >, >=,
like, in, not in, is null, is not null. Blocked-PII fields are refused
before anything runs; cross-entity references without a defined join are
refused as unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| entity | Yes | ||
| fields | No | ||
| filters | No | ||
| order_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||