create_note_tool
Generate or replace notes in Obsidian by specifying a path and markdown content. Ideal for creating structured templates, programmatic documentation, or new notes with predefined data.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Markdown content for the note. Consider adding tags (use list_tags to see existing ones) | |
ctx | No | ||
overwrite | No | Whether to overwrite if the note already exists | |
path | Yes | Path where the note should be created relative to vault root |