get_sample_data
Preview a table by retrieving its first N rows, enabling quick data sampling and validation.
Instructions
Return the first N rows of a table.
Args:
database: Database name (plain identifier).
table: Table name (plain identifier).
limit: Maximum rows. Clamped to [1, 1000].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| table | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |