Get Recent Notes
get_recent_notesRetrieve notes sorted by last modification time, with optional filters by date or folder. Use to review recent changes or create weekly digests.
Instructions
List notes ordered by most-recently-modified first. Optional since filter accepts an ISO date (e.g. '2026-04-01') or a relative span ('7d', '24h', '2w'); only notes modified at or after that time are returned. Use to surface what you've been working on, build a 'what changed this week' digest, or pick targets for review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notes to return (1-1000, default: 20). | |
| since | No | Filter to notes modified at or after this point. Accepts ISO 8601 (YYYY-MM-DD or full timestamp) or a relative span like '7d', '24h', '2w'. | |
| folder | No | Restrict to notes within this folder (relative to vault root). Omit to scan the entire vault. |