Overwrite is not being honored #8

Closed
opened 2026-04-30 18:08:45 -05:00 by Peter.Morton · 0 comments
Owner

The Obsidian connector's obsidian_create_note doesn't honor overwrite: true reliably when both path and name are passed and the file already exists — it auto-suffixes the filename instead. The reliable pattern for writing to a specific existing file is obsidian_append_to_note with just path.

The Obsidian connector's obsidian_create_note doesn't honor overwrite: true reliably when both path and name are passed and the file already exists — it auto-suffixes the filename instead. The reliable pattern for writing to a specific existing file is obsidian_append_to_note with just path.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: verint.com/obsidian-mcp#8