get_journal
Retrieve journal entries from your knowledge base, newest first, with optional date filter and limit, for reviewing reflections, progress notes, and session handoffs.
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 |