Query Database
queryExecute read-only SQL SELECT statements to retrieve custom project data, tasks, decisions, and session notes from persistent memory when other tools lack coverage.
Instructions
Execute a read-only SQL query against the database. Only SELECT statements are allowed. Use this for custom queries not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL SELECT query to execute |