obsidian_get_recent_periodic_notes
Retrieve recent periodic notes (daily, weekly, monthly, quarterly, yearly) from Obsidian vault to track progress and review time-based entries.
Instructions
Get most recent periodic notes for the specified period type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | The period type (daily, weekly, monthly, quarterly, yearly) | |
| limit | No | Maximum number of notes to return (default: 5) | |
| include_content | No | Whether to include note content (default: false) |