Append to daily note
append_to_daily_noteAppend markdown content to the current daily or periodic note to log completed actions or events. A leading newline is added automatically for formatting.
Instructions
Append markdown to the current daily (or weekly/etc.) note. Common pattern: agent logs what it just did at the end of the day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | daily | |
| content | Yes | Markdown to append (a leading newline will be added). |