query_table_rows
Retrieve data rows from tables with filtering, sorting, and search capabilities to extract specific information from datasets.
Instructions
Query rows from a data table with optional filtering, sorting, and full-text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| filter_json | No | ||
| sort_by | No | ||
| search | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |