get_note_history
Retrieve the version history of a note using git. Track changes across file moves or renames with the --follow option.
Instructions
Get version history for a note from git.
Uses --follow to track history across file moves/renames.
Args: note_id: Note UUID string limit: Max versions to return (default 10, max 100)
Returns: List of version info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |