query_sqlite
Execute SELECT queries on SQLite databases to retrieve data for analysis or reporting.
Instructions
Execute a SELECT query against a SQLite database file.
Only SELECT statements are permitted; any other statement type returns an error without touching the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes | Path to the SQLite database file. | |
| sql | Yes | SQL SELECT statement to execute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||