query
Execute read-only SQL queries (SELECT and SHOW) against MySQL databases in specified environments, with customizable timeout settings, using the MCP server for AI-assisted data exploration.
Instructions
Execute read-only SQL queries against MySQL databases
Input Schema
Name | Required | Description | Default |
---|---|---|---|
environment | Yes | Target environment to run the query against | |
sql | Yes | SQL query to execute (SELECT and SHOW only) | |
timeout | No | Query timeout in milliseconds (default: 30000) |