search
Find rows across allowed tables by entering a plain text term — no SQL required. Results are capped and sensitive values masked, with every lookup written to the audit ledger.
Instructions
Find rows by a search term across the allowed tables — no SQL required. Read-only. Use it when the goal is to look up text and there is no SELECT yet; use query when a SELECT already exists. Returns matching rows under the same policy as query: capped by maxRows, with protected values already replaced by [MASKED_PII] or [MASKED_SECRET]. The policy decides which scopes are searchable at all. Every call is written to the audit ledger, and to a signed receipt as well when a receipt sink is configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term | |
| tables | No | Schema-qualified search scopes | |
| connector | No | Connector name (optional) |