describe_table
Get the schema and column details of a MySQL table by providing its name. Use it to understand table structure before querying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |