sage_recall
Search memories semantically with filters for domain, confidence, and result limit. Optionally federate to connected SAGEs for broader recall.
Instructions
Search memories by semantic similarity. Searches this SAGE by default. When a domain is shared by another connected SAGE, set federated=true (or name exact federate_chains) to run an allowed live read through that connection. Use sage_federation first when you need to discover connected SAGEs or the remote domains they expose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query | |
| scope | No | local searches only this SAGE; auto/federated also query connected SAGEs that expose this exact domain, using caller-safe local delegation. | local |
| top_k | No | Number of results to return | |
| domain | No | Filter by domain tag | |
| federated | No | Also query connected SAGEs that currently allow this signed caller to read the exact domain. | |
| min_confidence | No | Minimum confidence threshold 0-1 | |
| federate_chains | No | Optional exact remote chain IDs to query instead of every connected SAGE. Use sage_federation to discover them. |