get_recent_periodic_notes
Retrieve the most recent periodic notes for a specified period type (daily, weekly, monthly, quarterly, yearly). Optionally set a limit to control how many notes are returned.
Instructions
Get most recent periodic notes for a specified period type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notes to return (default: 5). | |
| period | Yes | The period type. | |
| vaultId | No | Optional vault ID (defaults to configured default vault). | |
| include_content | No | Whether to include note content (default: false). |