sage_recall
Find semantically similar memories stored in the SAGE memory system, with optional federated search across connected SAGEs for broader results.
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. |