Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

get_table_memory_usage

Analyze MySQL table memory usage to optimize caching parameters by showing table cache usage, hit rates, buffer pool breakdown, and open table statistics for performance tuning.

Instructions

Analyze memory usage for user tables and caches.

Shows:

  • Table cache usage and hit rates

  • Table definition cache efficiency

  • Open tables vs table_open_cache

  • InnoDB buffer pool by table

Note: Buffer pool breakdown by table only shows user/custom tables and excludes MySQL system tables (mysql, information_schema, performance_schema, sys).

Helps optimize table caching parameters.

Input Schema

NameRequiredDescriptionDefault
include_buffer_poolNoInclude InnoDB buffer pool by table
top_n_tablesNoNumber of top tables to show

Input Schema (JSON Schema)

{ "properties": { "include_buffer_pool": { "default": true, "description": "Include InnoDB buffer pool by table", "type": "boolean" }, "top_n_tables": { "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