describe_table
Retrieves detailed schema information for a specified table or collection, including columns, data types, constraints, and indexes to support database exploration.
Instructions
Get detailed schema info for a specific table/collection, including columns, types, constraints, and indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table or collection name | |
| connection | No | Connection alias (default: 'default') |