query
Execute SQL SELECT queries and bind parameters to MySQL database using the MCP MySQL Server tool for accurate data retrieval and management.
Instructions
Execute a SELECT query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | No | An optional array of parameters (as strings) to bind to the SQL query placeholders (e.g., ?). | |
sql | Yes | The SQL SELECT query string to execute. |