Skip to main content
Glama

mysql_mcp_server

by wenb1n-dev

get_table_desc

Retrieve table structure details from a MySQL database by specifying table names. Supports multiple table queries and provides insights into database schema for efficient analysis.

Instructions

根据表名搜索数据库中对应的表结构,支持多表查询

Input Schema

NameRequiredDescriptionDefault
textYes要搜索的表名

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "要搜索的表名", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from mysql_mcp_server

Related Tools

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/wenb1n-dev/mysql_mcp_server_pro'

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