obsidian_get_periodic_note
Retrieve current periodic notes (daily, weekly, monthly, quarterly, yearly) from Obsidian vaults, returning either content or metadata as needed.
Instructions
Get current periodic note for the specified period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | The period type (daily, weekly, monthly, quarterly, yearly) | |
| type | No | The type of data to get ('content' or 'metadata'). 'content' returns just the content in Markdown format. 'metadata' includes note metadata (including paths, tags, etc.) and the content. | content |