brain_create_note
Create new notes with markdown content and frontmatter in an Obsidian vault, organizing them in designated folders for knowledge management.
Instructions
Create a new note in the vault.
By default notes are created in Notes/ per the vault workflow standard. Agent-created notes should always go to Notes/ first; promotion happens during manual vault review.
Args: params: Title, content (full markdown with frontmatter), and target folder.
Returns: Confirmation with the path of the created note, or an error if the note already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |