MySQL MCP Server

by xiangma9712
Verified

describe_table

Retrieve column details for a specified table in a MySQL database, enabling efficient schema exploration and data structure understanding.

Instructions

テーブルのカラム情報を取得します。

Input Schema

NameRequiredDescriptionDefault
tableNameYes

Input Schema (JSON Schema)

{ "properties": { "tableName": { "type": "string" } }, "required": [ "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from MySQL MCP Server

Related Tools

ID: kucglstegf