sample_data
Retrieve sample rows from any PostgreSQL table to preview data and understand its structure. Specify table name and optional row limit.
Instructions
Return sample rows from a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return. Defaults to SAMPLE_DATA_LIMIT env var (default 5). Hard-capped by SAMPLE_DATA_MAX_ROWS. | |
| table | Yes | Table name in "schema.table" format or bare table name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||