Skip to main content
Glama

MySQL MCP Server

MIT License
56
1
  • Apple
  • Linux

mysql_describe_table

Retrieve the structure of a MySQL table, including columns, data types, and constraints, by specifying the table and optional database name via the MySQL MCP Server.

Instructions

查看表结构

Input Schema

NameRequiredDescriptionDefault
databaseNo数据库名称(可选)
tableNameYes表名称

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "数据库名称(可选)", "type": "string" }, "tableName": { "description": "表名称", "type": "string" } }, "required": [ "tableName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pickstar-2002/mysql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server