synapse_recall
Retrieve time-stamped facts about any entity, filtered by direction and validity date. Get current or historical knowledge from the graph.
Instructions
Look up time-stamped facts about an entity.
Args:
entity: Name to look up. Matches subject, object, or both depending
on direction.
as_of: ISO date/datetime — if given, only facts valid at this point
in time are returned. Omit for "currently true" facts.
direction: "outgoing" (entity is the subject), "incoming" (entity
is the object), or "both" (default).
Returns: Newline-separated list of facts with timestamps. Empty if none found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| entity | Yes | ||
| direction | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |