get_sample_data
Retrieve sample data from any table in your Azure SQL database. Specify table name and optional row limit up to 100.
Instructions
Get sample data from a table.
Args:
table_name: Name of the table (e.g., "users" or "schema.table_name")
limit: Number of rows to return (default: 5, max: 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |