Describe table
describe_tableGet column definitions and three sample rows for any table by providing its name. Quickly understand table structure and sample data.
Instructions
Show the column definitions and three sample rows for one table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name, e.g. "orders". Use list_tables to discover valid names. |