recall
Search saved memories using natural language to retrieve past decisions, facts, and context by semantic meaning. Returns ranked results by relevance.
Instructions
Search your memories by meaning, not keywords.
Uses semantic similarity to find the most relevant memories you've saved. Results are ranked by how closely they match your query.
Use this when:
Looking up a past decision:
recall("what database did we choose?")Checking what you know about a topic:
recall("authentication setup")Finding a specific fact:
recall("API rate limits", category="fact")Starting a new conversation:
recall("current project status")to get context
Args: query: What you're looking for, in natural language. Longer, more specific queries produce better results than single words. limit: Maximum results to return (default 5, max 20). Use higher limits when exploring a broad topic. category: Optional filter — only return memories tagged with this category. One of: preference, fact, decision, idea, project, person, general.
Returns: A ranked list of matching memories with their IDs, content, category, importance, and similarity score. Returns an empty list if no matches found. Returns an error message if the server is unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |