recall
Retrieve established patterns, past decisions, and documented workflows from long-term memory using semantic search. Describe the concept you need in a natural language query, and the tool finds relevant knowledge chunks.
Instructions
Semantic recall from long-term memory (demo.marsvault_chunks) using Jina embeddings. Searches across promoted insights, digests, and archived knowledge using vector similarity. Use this to retrieve established patterns, past decisions, documented workflows, or any knowledge that was previously promoted to long-term storage. This is the primary tool for accessing institutional memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query describing what knowledge you need. The system finds semantically similar chunks — describe the concept, not just keywords. | |
| limit | No | Maximum number of chunks to return (default 5) | |
| body | No | Which persona profile to search in (e.g. "coco", "toto", "system") | demo |
| include_global | No | Include globally visible chunks in results | |
| include_shared | No | Include shared-visibility chunks in results | |
| include_private | No | Include private chunks in results | |
| type | No | Filter by chunk type (e.g. "insight", "digest", "observation") | |
| min_similarity | No | Minimum cosine similarity threshold. Raise for higher precision, lower for broader recall. | |
| scope | No | Search scope: "this_body" for current profile only, "all_bodies" for cross-persona search | this_body |
| agent_body | No | Filter to a specific persona/body scope | |
| environment | No | Filter to a specific environment label | |
| debug_explain | No | When true, include token overlap details in each result for debugging relevance |