mysql_describe_table
Retrieve table structure and schema details from MySQL databases to understand column definitions, data types, and constraints.
Instructions
Get table structure and schema information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | No | Database name (optional, uses current if not provided) |