mcp-mysql-server

describe_table

Retrieve the schema and structure of a specified MySQL table using the 'describe_table' tool on the mcp-mysql-server for database analysis and integration.

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: qma33al6ie