read_memory
Retrieve a named memory's stored markdown content, including frontmatter, from the workspace's memory directory. Use after listing memories to access saved details.
Instructions
Read a saved memory by name from a workspace's .plumb/memories/ directory.
Returns the full markdown content (including any frontmatter). Use list_memories first to discover what memories exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Memory name (alphanumeric, _, - only). | |
| workspace | No | Absolute workspace path. Defaults to the daemon's resolved workspace. |