Append to memory note
append_journalAppend a Markdown entry under a heading in an existing note. Prevents duplicates by extending relevant notes with new information.
Instructions
Use this when new information extends a topic that already has a note, instead of creating a duplicate. Append a Markdown entry under a heading in an existing memory note. This is a write operation: it is confined to DATACRON_WRITE_PATHS, stores content-addressed history, writes atomically, and relies on the MCP client's tool approval for human-in-the-loop review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | ||
| heading | Yes | ||
| rel_path | Yes | ||
| expected_hash | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indexed | Yes | ||
| appended | Yes | ||
| content_hash | Yes |