MySQL MCP Server

by xiangma9712
Verified

describe_table

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

Input Schema

NameRequiredDescriptionDefault
tableNameYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools