execute_query
Run native SQL queries on a database and retrieve results in markdown table format. Specify database ID and query to get data.
Instructions
Execute a native SQL query against a database.
Args: database_id: The ID of the database to query query: SQL query to execute max_rows: Maximum rows to return (default 100)
Returns: Query results in markdown table format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| query | Yes | ||
| max_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |