query_db
Run a read-only SQL query against the BRS SQLite database.
Tables: decoder_decision_records, engine_verdict_records, regime_event_records, vao_records, funding_records, etc.
Use this to check signal history, regime state, or system health without spawning sqlite3 CLI commands.
Args: query: SQL SELECT statement to execute
Returns: JSON array of result rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |