Generate an obsidian:// URI for hand-off to the desktop app
obsidian_open_in_uiGenerates an Obsidian URI to open a vault note in the desktop app, optionally in a new pane. Enables agents to direct users to specific notes without file system access.
Instructions
Returns an obsidian://open?vault=<vault>&file=<path> URI for hand-off to the running Obsidian desktop app. No filesystem or network side effect — the URI emission lets the agent say 'open this in Obsidian' without enquire-mcp coordinating with the running app. Optional new_pane=true opens the note in a split. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Vault-relative path of the note | |
| title | No | Note title (alternative to `path`) | |
| new_pane | No | Append `&newpane=true` so Obsidian opens the note in a split |