db_query_execute
Execute custom SQL SELECT queries on a connected database with configurable row limits.
Instructions
Execute custom SQL query (SELECT only for safety)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection identifier from db_connect_test | |
| query | Yes | SQL SELECT query to execute | |
| limit | No | Maximum number of rows to return |