sample
Retrieve sample rows from a specified database table to inspect data format and structure. Limits rows to a configurable number.
Instructions
Show sample rows from a table to understand the data format.
Args: database: Name of the database from config. table: Name of the table. limit: Number of rows to return (default 5, max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| table | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |