smart_recall
Search cached context by meaning using natural language queries. Falls back to exact key matches if no semantic match found.
Instructions
Semantically search cached context using natural language. Instead of exact key matching, finds context by meaning. Example: smart_recall("how does authentication work") → returns cached auth architecture summary. Falls back to remember_context keys if no semantic match is found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| query | Yes | Natural language query to find relevant cached context | |
| threshold | No | Similarity threshold 0-1 (default: 0.78) |