Running Notes¶
Read the Running Notes section from the user's daily journal. This is the primary stream-of-consciousness capture zone where the user records ideas, observations, and notes throughout the day. Supports filtering by date range, last N days, or same-day only. Call with same_day=true for just today's entries, or days=N for recent history.
MCP name: running_notes
Category: journal
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
days |
int |
No | Most recent N days (today=1). Cannot combine with start/stop. |
journal_date |
str |
No | Journal file date (YYYY-MM-DD). Default: today. |
same_day |
bool |
No | Only notes from the journal's own date (no carried-over content) |
start |
str |
No | Include notes from this date onward (YYYY-MM-DD, inclusive) |
stop |
str |
No | Include notes up to this date (YYYY-MM-DD, inclusive) |
Requirements¶
- obsidian