Vault Write At Location¶
Insert content at a specific section in a vault note. Configurable note (path or resolver like 'latest_journal', 'today'), section (header text), and position ('top' or 'bottom' of section). Used by Telegram capture and general-purpose vault writing.
MCP name: vault_write_at_location
Category: journal
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
content |
str |
Yes | Text to insert |
note |
str |
No | Note path or resolver: 'latest_journal' (default), 'today', or explicit vault-relative path |
position |
str |
No | 'top' (default) or 'bottom' of section |
section |
str |
No | Header text identifying target section (default: 'Running Notes') |
source |
str |
No | Source metadata tag (e.g. 'telegram') — appended as #wb/capture/ |
Requirements¶
- obsidian