smart_recall
Retrieve cached information using natural language queries that match meaning rather than exact keywords, with fallback to traditional key-based lookup.
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) |