Skip to main content
Glama

MySQL-Performance-Tuner-Mcp

analyze_user_privileges

Analyze MySQL user privileges to identify excessive permissions or missing access rights across global, database, table, and column levels for security optimization.

Instructions

Analyze privileges for a specific user or all users.

Shows:

  • Global privileges

  • Database-level privileges

  • Table-level privileges

  • Column-level privileges

  • Routine privileges

Helps identify excessive or missing privileges.

Input Schema

NameRequiredDescriptionDefault
usernameNoUsername to analyze (omit for all users)
hostnameNoHost pattern for the user%

Input Schema (JSON Schema)

{ "properties": { "hostname": { "default": "%", "description": "Host pattern for the user", "type": "string" }, "username": { "description": "Username to analyze (omit for all users)", "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