run_readonly_query
Execute read-only SELECT queries with automatic safety guardrails, table allowlists, and PII masking to prevent writes and protect sensitive data.
Instructions
Run a guarded read-only SELECT query against allowed tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SELECT or WITH ... SELECT query. |