query
Execute SELECT queries on MySQL databases using SQL strings and optional parameters. Facilitates database interactions for AI agents and supports table structure retrieval and connection testing.
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. |