Write a note
write_noteCreate or overwrite a Markdown note with given content at a specified path, enabling AI clients to save notes to a NAS.
Instructions
Create or overwrite a Markdown note with the given content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note within the connection, e.g. /notes/todo.md | |
| content | Yes | ||
| connection | Yes | The connection id (from list_connections) |