get_periodic_note
Retrieve the path and existence status of a periodic note (daily, weekly, monthly, quarterly, or yearly) for a specified date. Optionally create the note from a configured template if it does not exist.
Instructions
Get the path and existence status of a periodic note (daily, weekly, monthly, quarterly, or yearly) for a given date. Reads folder/format config from .obsidian/daily-notes.json (daily) or the periodic-notes plugin data.json. Optionally creates the note from the configured template if it is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date string (YYYY-MM-DD). Defaults to today when omitted. | |
| period | No | Period type. Default: daily. | |
| createIfMissing | No | Create the note from the configured template if it does not exist. Default false. |