write_file
Write file content to your Obsidian vault, creating parent directories automatically. Overwrites existing content without confirmation; use append_content to add to files.
Instructions
Write or overwrite a file in the vault. Creates parent directories if needed. WARNING: overwrites existing content without confirmation — use append_content if you want to add to an existing file without replacing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Full content to write | |
| filepath | Yes | File path relative to vault root |