create_note
Create a new note in your Obsidian vault with optional title, content, tags, aliases, and folder path.
Instructions
Create a new note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to add to the note (optional) | |
| title | Yes | Title of the note | |
| folder | No | Folder path where to create the note (optional, defaults to root) | |
| aliases | No | Aliases for the note (optional) | |
| content | No | Initial content of the note (optional) |