vault_get_daily_notes
Retrieve daily and periodic notes from an Obsidian vault with optional date filtering and count limits. Use standard YYYY-MM-DD formats to find specific entries.
Instructions
Retrieves daily/periodic notes from the vault, optionally filtered by date and limited in count. Supports typical YYYY-MM-DD formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional specific date string (e.g. '2026-06-19') or partial date query. | |
| limit | No | Optional limit on the number of notes returned. | |
| vault_name | Yes | The name of the vault. | |
| response_format | No | Format of the response: 'text' (default) or 'json'. |