MCP-MySQL Server

describe_table

Retrieve the structure of a MySQL table, including column details, data types, and constraints, for efficient database management and query planning.

Instructions

Get table structure

Input Schema

NameRequiredDescriptionDefault
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "table": { "description": "Table name", "type": "string" } }, "required": [ "table" ], "type": "object" }

You must be authenticated.

Other Tools from MCP-MySQL Server

Related Tools

ID: hcqqd3qi8q