Skip to main content
Glama

MCP MySQL Server

by sajithrw

mysql_get_table_stats

Retrieve table statistics including row count and size information from MySQL databases for performance monitoring and capacity planning.

Instructions

Get statistics about a table (row count, size, etc.)

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (uses current database if not specified)
tableYesTable name to get statistics for

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (uses current database if not specified)", "type": "string" }, "table": { "description": "Table name to get statistics 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