smart_recall
Search cached context using natural language to find information by meaning, not exact keys. Falls back to key-based retrieval if needed.
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) |