get_table_sample
Retrieve a sample of rows from a specified table to understand its structure and data types, enabling rapid schema discovery without querying the full table.
Instructions
Fetch a small sample from a table for schema discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| schema | No | ||
| database | No | ||
| table_name | Yes | ||
| connection_id | Yes |