Describe Table
analytics_describe_tableInspect a table's schema, row count, and sample rows to understand columns before querying.
Instructions
Show a table's column schema, total row count and a few sample rows.
Use this after analytics_list_tables to understand a table's columns
(names, types, nullability, primary keys) before writing a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Exact table name (see analytics_list_tables). | |
| sample_limit | No | Number of sample rows to preview (0-50). | |
| response_format | No | ``markdown`` (default) or ``json``. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |