read_memory
Retrieve a saved memory by exact name from the workspace's .plumb/memories/ directory, returning the full markdown content with frontmatter. Use list_memories to find available memory names first.
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. |