Select Rows
select_rowsRetrieve bounded rows from allowlisted tables using typed filters, ordering, and paging, avoiding arbitrary SQL.
Instructions
Select bounded rows from an allowlisted object using typed filters, never arbitrary SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| offset | No | ||
| schema | Yes | ||
| columns | No | ||
| filters | No | ||
| order_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| rows | No | ||
| error | No | ||
| limit | Yes | ||
| offset | Yes | ||
| row_count | No | ||
| truncated | No |