Write note
write_noteCreate or overwrite a text note in a vault path. Provide the path and content to store the note.
Instructions
Create a new text note, or overwrite an existing one, at the given vault path. Returns whether it was created or updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path, e.g. "события/новая-заметка.md". | |
| content | Yes | Full UTF-8 text content of the note. | |
| projectId | No |