get_public_memory
Retrieve the full content of a public memory by ID. Access complete text, entities, tags, and metadata without authentication.
Instructions
Retrieve the FULL content of a public or unlisted memory by ID.
WHEN TO USE:
After recall_public returns a preview and you need the complete content
When a user wants to read or implement from a shared community memory
When you have a public memory ID and need the full text
This is the tool that closes the loop: recall_public finds memories, this tool retrieves them in full. No authentication required — public knowledge is free.
EXAMPLE: get_public_memory({ memory_id: "abc-123-def-456" })
RETURNS: Full memory content, observations, entities, tags, author attribution, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | UUID of the public memory to retrieve in full |