get_recent_notes
Retrieve recently modified notes from an Obsidian vault to track changes and maintain organization. Specify the number of notes to return for efficient note management.
Instructions
List the N most recently modified notes in the vault.
Args:
n: Number of notes to return (default 10).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |