query_sqlite
Execute read-only SQL SELECT queries against SQLite databases to retrieve structured data as JSON, enabling direct database querying without writing code.
Instructions
Execute a read-only SQL query (SELECT only) against a mounted SQLite database and return the results as JSON. Maximum 100 rows returned.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the mounted SQLite database file | |
| sql | Yes | SQL SELECT query to execute |