Get Daily Note
get_daily_noteRead the daily note from your Obsidian vault for today or a specified date. Returns the note path, parsed frontmatter as headers, and body. Errors if no note exists for that date; use create_daily_note to create one.
Instructions
Read the daily note for today or for a specific date, resolved via the vault's configured daily-note folder and filename format. Returns the note path, parsed frontmatter (as a labeled header block), and body. Errors if no daily note exists for that date — use create_daily_note to create one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Target date in YYYY-MM-DD format (defaults to today's local date) |