MySql MCP Server

by sussa3007
Verified

describe_table

Retrieve the structure of a specific MySQL table to understand its columns, data types, and schema details for efficient database management and query optimization.

Instructions

Get the structure of a specific table.

Input Schema

NameRequiredDescriptionDefault
tableYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "table": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table" ], "type": "object" }

You must be authenticated.

Other Tools from MySql MCP Server

Related Tools

ID: o2hcex46qi