Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

check_database_health

Analyze MySQL database performance metrics including connection statistics, buffer pool efficiency, replication status, and query cache to identify optimization opportunities and provide actionable recommendations.

Instructions

Perform a comprehensive MySQL database health check.

Analyzes multiple aspects of MySQL health:

  • Connection statistics and pool usage

  • Buffer pool hit ratio

  • Query cache efficiency (if enabled)

  • InnoDB metrics (buffer pool, log, transactions)

  • Replication status (if configured)

  • Thread and connection usage

  • Uptime and general status

Returns a health score with detailed breakdown and recommendations. Based on MySQLTuner analysis concepts.

Input Schema

NameRequiredDescriptionDefault
include_recommendationsNoInclude actionable recommendations
verboseNoInclude detailed statistics

Input Schema (JSON Schema)

{ "properties": { "include_recommendations": { "default": true, "description": "Include actionable recommendations", "type": "boolean" }, "verbose": { "default": false, "description": "Include detailed statistics", "type": "boolean" } }, "required": [], "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/isdaniel/MySQL-Performance-Tuner-Mcp'

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