obsidian_recent_periodic_notes
Retrieve the most recent periodic notes (daily, weekly, monthly, quarterly, yearly) with optional comprehensive metadata and content using an enhanced API approach for advanced Obsidian vault interactions.
Instructions
Get most recent periodic notes for the specified period type. When include_content=True, return notes' comprehensive metadata (tags, links, titles, etc.) and note content using the enhanced API approach.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_content | No | Whether to include note content and comprehensive metadata (default: false) | |
limit | No | Maximum number of notes to return (default: 5) | |
period | Yes | The period type (daily, weekly, monthly, quarterly, yearly) |