mysql_mcp_server

by wenb1n-dev
Verified

get_table_index

Retrieve table indexes in a MySQL database by specifying table names, enabling efficient multi-table queries for database optimization and 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

ID: 3w3wd880vr