contextual_memento_search
Search within related memories using a specific memory as context root to find solutions in relevant knowledge without external leakage.
Instructions
Search only within the context of a given memento (scoped search).
Two-phase process: (1) Find related memories, (2) Search only within that set. Provides semantic scoping without embeddings.
WHEN TO USE:
Searching within a specific problem context
Finding solutions in related knowledge
Scoped discovery
HOW TO USE:
Specify memory_id (context root)
Provide query (search term)
Optional: max_depth (default: 2)
RETURNS:
Matches found only within related memories
Context information
No leakage outside context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | Memory ID to use as context root (required) | |
| query | Yes | Search query within context (required) | |
| max_depth | No | Maximum relationship traversal depth (default: 2) |