get_journal
Retrieve recent journal entries from your knowledge base to review reflections, progress notes, and session handoffs, optionally filtering by start date.
Instructions
List journal entries from your knowledge base, newest first.
Use this to look back over your dated journal/log entries — reflections,
progress notes, and session handoffs — optionally from a given start date.
Helpful for "what was I working on lately?" and for rebuilding context at
the start of a session.
Args:
date_from: Earliest entry date to include, as "YYYY-MM-DD". Empty
string (the default) applies no date filter and returns the most
recent entries.
limit: Maximum number of entries to return, newest first. Defaults to 10.
Returns:
A formatted list of journal entries with their dates, or a note if none
match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |