Write note
write_noteAdd a new Markdown note to a project-specific Obsidian vault folder, creating the folder if missing and blocking overwrites unless explicitly requested.
Instructions
Create a note in the project's vault folder. Refuses to clobber an existing note unless overwrite is true. Creates the project folder on first write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note name or subpath, e.g. "decisions" or "meetings/kickoff". | |
| content | Yes | Markdown body of the note. | |
| project | No | Project name. Omit to infer it from the working directory. | |
| overwrite | No | Replace the note if it already exists. |