Obsidian REST API

Call the Obsidian Local REST API directly (over HTTP) for vault operations that the mcp__obsidian__* tools do NOT expose. Use when needing to move/rename a note, overwrite a whole file atomically (PUT), act on the currently-open "active" file, run an Obsidian command, open a note in the UI, list all tags, or do date-specific periodic-note CRUD. Prefer the mcp__obsidian__* tools for plain read/append/patch/delete/search; fall back to this skill only when the required method is missing from MCP.

TomMaSS Updated

File contents

TomMaSS/agent-skills/tree/main/skills/obsidian-rest-api commit e5e15f830f

Frequently asked questions

npx skillmds@latest add tommass/obsidian-rest-api