list_daily_notes
List daily notes from an Obsidian vault, filtered by start and end dates, with an optional limit on results.
Instructions
List daily notes, optionally filtered by date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notes to return (default: 30) | |
| endDate | No | End date in YYYY-MM-DD format | |
| startDate | No | Start date in YYYY-MM-DD format |