obsidian_create_note
Create a new note in your Obsidian vault using a structured template. Add optional title, tags, and content to organize your notes.
Instructions
Create a new note with a structured template.
Args:
vault: Name or path of the vault
path: Path where the note should be created
title: Optional title (defaults to filename)
tags: Optional list of tags to add
content: Optional main content body
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| title | No | ||
| tags | No | ||
| content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |