Wiki Search
Search the vault for existing pages matching a query. Used before creating new pages (deduplication) and for finding related content.
HARD-GATE
Tool
vault_search
Parameters
| Param | Required | Description |
|---|---|---|
| query | yes | Search query (natural language or keywords) |
| type | no | Filter by entity types (e.g., ["concept", "claim"]) |
| tags | no | Filter by tags |
| limit | no | Max results (default 20) |
Protocol
- Formulate query from the concept/topic you need to check
- Call
vault_searchwith query and optional filters - Examine results: score > 5.0 indicates strong match (potential duplicate)
- Return results to calling tactic with match assessment
Yield
Returns: { results_count: number, top_score: number, potential_duplicates: string[] }