create_note
Create a new note with a title, markdown body, and optional YAML frontmatter. The note is instantly indexed for search and graph tools.
Instructions
Create a new note in the vault with a title, body, and optional YAML frontmatter. The new note is indexed immediately so semantic search and graph tools can find it. Auto-injects a title: field into frontmatter matching the note title unless frontmatter already has one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Note title. Used as the filename base and auto-injected into frontmatter. | |
| content | Yes | Markdown body (do not include frontmatter here). | |
| directory | No | Vault-relative subdirectory to create the note in. | |
| frontmatter | No | YAML frontmatter key/value map. `title` is auto-injected unless explicitly set. |