enquire-mcp API reference - v3.9.0-rc.4
    Preparing search index...

    Interface OpenInUiResult

    Result of openInUi — an obsidian:// URI ready to hand off to the desktop app.

    interface OpenInUiResult {
        path: string;
        title: string;
        uri: string;
        vault_name: string;
    }
    Index

    Properties

    path: string

    Vault-relative path of the target note.

    title: string

    .md-stripped basename for display.

    uri: string

    Full obsidian://open?... URI.

    vault_name: string

    Vault name as derived from the root folder leaf.