Skip to main content
Glama

MCP MySQL Server

by sajithrw

mysql_show_indexes

Display all indexes for a specified MySQL table to analyze database performance and optimize query execution.

Instructions

Show indexes for a specific table

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (uses current database if not specified)
tableYesTable name to show indexes for

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (uses current database if not specified)", "type": "string" }, "table": { "description": "Table name to show indexes for", "type": "string" } }, "required": [ "table" ], "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/sajithrw/mcp-mysql'

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