describe_table
Retrieve column definitions, row count, and sample data for a specific table to identify exact column names and types before running SQL queries.
Instructions
Get column definitions (name, type, nullable, primary/foreign keys), row count, and a few sample rows for one table. Use this after list_tables to learn exact column names and types before writing SQL in the query tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes |