Add to note
log_note_appendAppend a symptom, mood, or event to a day's note without erasing prior entries. Keeps every update while preserving existing text, ideal for recording symptoms as they occur.
Instructions
Add a line to a day's note WITHOUT erasing what is already there (agent write).
There is one note per (kind, day). This tool appends your text to it on a
new line and cannot delete what is already written.
USE THIS FOR SYMPTOMS. Discomfort arrives in installments across a day —
nausea at noon, dizziness at night — so the second write of the day is the
normal case, not the exception. log_note would replace the morning's
entry with the evening's.
Reach for log_note ONLY when you intend your text to become the note's
ENTIRE contents and whatever is there now to be deleted (e.g. correcting
something you yourself wrote a minute ago).
kind="general" for day events worth joining against sleep/HRV later,
kind="mood" for emotional state. (sleep/menstrual notes stay iOS-authored
— this tool refuses them.) date = LOCAL calendar day "YYYY-MM-DD"
(default today). Read back via get_notes.
The result is the same shape log_note returns. replaced_text is always
null here — that null is the receipt that this call deleted nothing.
Encrypted end-to-end before it ever leaves this machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| kind | No | general | |
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||