palinode_read
Retrieve a memory file's full content after listing or searching. Use tier options to get an abstract, overview, or full body, and optionally include 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. | |
| tier | No | How much of the file to return. 'abstract' is the summary line (~300 chars) — enough to judge relevance; 'overview' is frontmatter plus the head of the body; 'full' is the whole file. Omit for 'full'. | |
| file_path | Yes | Relative path to the memory file (e.g., 'people/alice.md', 'projects/palinode-status.md') |