run_sql_query
Execute SELECT queries on a MySQL database to retrieve data using the MCP server. Supports read-only SQL operations for extracting information efficiently.
Instructions
Executes a read-only SQL query (SELECT statements only) against the MySQL database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The SQL SELECT query to execute. |