get_recent_notes
Find what you were working on recently by retrieving notes modified in the last N days. Set the limit to control how many are returned.
Instructions
Get recently modified notes. Useful for finding what you were working on recently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Get notes modified in the last N days (default: 7) | |
| limit | No | Maximum number of notes to return (default: 10) |