smart_recall
Retrieve cached context by meaning using natural language queries, with fallback to exact key matching for reliability.
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) |