describe_table
Retrieve the full column structure of a MySQL table, including column names, data types, and constraints, to understand its schema without running complex queries.
Instructions
Describe the structure of a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server name (optional, defaults to 'default') | |
| table_name | Yes | Name of the table to describe |