Best-fit scenarios
Use when the user wants to save text as an Obsidian note, append to a note, or overwrite a note.
Tater Assistant
Phase One Wiki
Create, append, or overwrite markdown notes in your Obsidian vault with strict path safety.
Use when the user wants to save text as an Obsidian note, append to a note, or overwrite a note.
Use the example call shape below and provide only the fields the plugin expects.
Markdown content for the note.
Optional note title.
Separator inserted between old and new content when append=true.
Default: \n\nRelative folder used when `path` does not include one.
Optional tags (comma/newline separated) added to newly created notes.
How note titles are generated when title/path are omitted.
Default: aiObsidian Local REST API host.
Default: 127.0.0.1Obsidian Local REST API port.
Default: 27123Obsidian Local REST API protocol.
Default: httpOptional API token if your Obsidian API requires auth.
Timeout for each Obsidian API request.
Default: 12When enabled, existing file names get -2/-3 suffixes unless overwrite=true.
Default: TrueEnable only for valid HTTPS certificates.
Default: False{
"function": "obsidian_note",
"arguments": {
"content": "Markdown content for the note.",
"title": "Optional note title."
}
}