Recent Notes
vault_recent_notesRetrieve a list of recently modified or created notes from your vault, sorted by timestamp. Quickly catch up on changes without browsing folders.
Instructions
List recently modified or created notes, sorted by timestamp. Returns the most recent notes first — does not filter by date range.
Example: vault_recent_notes({ sort_by: "modified", limit: 10 })
When to use: Catching up on vault changes or finding recent work. Prefer vault_search for content-based discovery. Prefer vault_search_by_folder for browsing a specific folder.
Returns: JSON array of note metadata (path, title, tags, related, folder, type, created, modified, additional_properties), sorted by chosen timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort field: "created" or "modified" (default "modified") | |
| limit | No | Max results (default 20) |