get_as
Retrieve a single memory record scoped to a named agent, returning empty when the id is unknown or access is denied to prevent probing.
Instructions
Fetch ONE memory's full record AS a named agent -- the scoped companion to get, so an agent that
found a hit through recall_as can read it in full without the unscoped get handing it back the whole
store's records by id. Returns {} when the id is unknown OR the agent has no access; those two cases are
deliberately indistinguishable, so this cannot be used to probe for the existence of a record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| agent | Yes |