Vault Write Note
vault-write-noteWrite Markdown notes to an Obsidian vault with create, overwrite, or append modes for capturing literature notes, evidence tables, and research summaries.
Instructions
Write a Markdown note into the configured Obsidian vault — e.g. a literature note, evidence table, or research summary. Modes: create (fail if exists), overwrite, or append. Paths are confined to the vault. Requires RESEARCH_MCP_OBSIDIAN_VAULT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | create = fail if it exists; overwrite = replace; append = add to the end. | create |
| path | Yes | Vault-relative path for the note; ".md" is added if omitted. | |
| content | Yes | Markdown content to write. |