Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

analyze_storage_engines

Analyze MySQL storage engine usage and statistics to identify optimization opportunities. Provides table counts, sizes by engine, and specific metrics for InnoDB, MyISAM, and MEMORY engines with optimization recommendations.

Instructions

Analyze storage engine usage and statistics for user tables.

Provides:

  • List of available engines and their status

  • Table count and size by engine

  • Engine-specific metrics (InnoDB, MyISAM, MEMORY, etc.)

  • Recommendations for engine optimization

Note: This tool only analyzes user/custom tables and excludes MySQL system tables (mysql, information_schema, performance_schema, sys) by default.

Based on MySQLTuner's engine analysis patterns.

Input Schema

NameRequiredDescriptionDefault
include_table_detailsNoInclude per-table engine details
schema_nameNoFilter by specific schema (optional)

Input Schema (JSON Schema)

{ "properties": { "include_table_details": { "default": true, "description": "Include per-table engine details", "type": "boolean" }, "schema_name": { "description": "Filter by specific schema (optional)", "type": "string" } }, "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