palinode_read
Read the full text of a memory file by providing its relative path. Optionally include parsed frontmatter.
Instructions
Read the full contents of a memory file. Use after palinode_list or palinode_search to see the complete content of a specific file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | If true, the response includes parsed frontmatter alongside the body. Default false (body only) to match prior behavior. | |
| file_path | Yes | Relative path to the memory file (e.g., 'people/alice.md', 'projects/palinode-status.md') |