vault_write
Write content to an Obsidian vault by appending, replacing sections, or creating new files with frontmatter for project documentation.
Instructions
Write to the vault: append, replace a section, or create a new file.
Modes:
append/replace: Update a project section. Requires section.
create: Create a new file with auto-generated frontmatter. Requires path and doc_type.
Args: project: Project slug or '_meta' for cross-project content. content: Markdown content to write (body only for create mode). operation: 'append', 'replace', or 'create'. Default 'append'. section: Section shortcut (context, tasks, roadmap, lessons). For append/replace. path: Relative path for new file. For create mode. doc_type: Document type for frontmatter. For create mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| content | Yes | ||
| operation | No | append | |
| section | No | ||
| path | No | ||
| doc_type | No |