create_note
Create a markdown note in your personal vault with automatic YAML frontmatter, tag suggestions, and semantic folder placement. Avoids overwriting existing files.
Instructions
Create a new markdown note in the vault. Refuses to overwrite existing files. Adds YAML frontmatter (source: mcp_create, plus any tags). Smart-write pipeline: suggests existing tags for near-duplicates, discovers wikilink candidates among existing filenames, and — when 'folder' is omitted — places the note in the folder of the most semantically similar existing note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags for frontmatter. | |
| title | Yes | Note title (becomes the filename). | |
| folder | No | Vault-relative folder. Omit for automatic semantic placement. | |
| content | Yes | Markdown body of the note. | |
| auto_wikilink | No | Auto-insert [[wikilinks]] for discovered matches (default false → suggest only). |