preview_table
Preview a sample of rows from a table to understand its data structure and field formats. Useful for inspecting JSON columns before querying.
Instructions
Return a small sample of rows from a table to understand its data shape. Useful for inspecting JSON column structures or understanding field formats before writing queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return (default 10, max 50) | |
| table_id | Yes | The table ID | |
| database_id | Yes | The database ID |