obsidian_recent_periodic_notes
Retrieve recent periodic notes (daily, weekly, monthly, quarterly, yearly) with optional metadata and content, enabling efficient organization and analysis of Obsidian vault data. Supports AI-driven interactions through the Advanced Obsidian MCP Server.
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) |