Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

analyze_auto_increment

Identify auto-increment columns at risk of overflow by analyzing current values against maximum limits and usage percentages to prevent data loss.

Instructions

Analyze auto-increment columns for potential overflow.

Checks:

  • Current value vs maximum value for column type

  • Usage percentage

  • Tables approaching overflow

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 auto-increment analysis.

Input Schema

NameRequiredDescriptionDefault
warning_threshold_pctNoWarning threshold percentage
schema_nameNoFilter by specific schema

Input Schema (JSON Schema)

{ "properties": { "schema_name": { "description": "Filter by specific schema", "type": "string" }, "warning_threshold_pct": { "default": 75, "description": "Warning threshold percentage", "type": "number" } }, "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