zk_update_note
Modify an existing note by updating its title, content, type, or tags. Specify the note ID and provide optional fields to make changes. Simplifies note management in Zettelkasten systems.
Instructions
Update an existing note. Args: note_id: The ID of the note to update title: New title (optional) content: New content (optional) note_type: New note type (optional) tags: New comma-separated list of tags (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | No | ||
note_id | Yes | ||
note_type | No | ||
tags | No | ||
title | No |