knowledge_search
Search a Postgres knowledge base by content with AND logic for all query terms. Filter by domain and limit results.
Instructions
Search the fleet Postgres knowledge base by content: the query is
whitespace-split and ALL tokens must appear in an atom (AND logic).
domain narrows to one domain (e.g. 'journal', 'continuity'). Returns up
to limit atoms. Read-only; use kb_at to fetch a known atom by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| app_id | Yes | ||
| domain | No |