Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

analyze_buffer_pool

Analyze InnoDB buffer pool usage to identify memory allocation patterns, hit ratios, and page distribution. Provides recommendations for optimal buffer pool sizing based on schema and table analysis.

Instructions

Detailed analysis of InnoDB buffer pool usage.

Analyzes:

  • Buffer pool allocation by schema and table

  • Page types and distribution

  • Hit ratios and efficiency metrics

  • Memory allocation patterns

  • Recommendations for buffer pool sizing

Note: When analyzing by schema/table, this tool only shows user/custom tables and excludes MySQL system tables (mysql, information_schema, performance_schema, sys).

Uses sys schema views for detailed breakdown when available.

Input Schema

NameRequiredDescriptionDefault
by_schemaNoInclude breakdown by schema
by_tableNoInclude breakdown by table (top N)
top_nNoNumber of top tables to show

Input Schema (JSON Schema)

{ "properties": { "by_schema": { "default": true, "description": "Include breakdown by schema", "type": "boolean" }, "by_table": { "default": true, "description": "Include breakdown by table (top N)", "type": "boolean" }, "top_n": { "default": 20, "description": "Number of top tables to show", "type": "integer" } }, "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