Get Daily Note
get_daily_noteRetrieve the daily note for today or a specified date from the vault. Returns the note path, frontmatter, and body. Requires the note to exist; use create_daily_note if needed.
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) |