enquire-mcp API reference - v3.12.0-rc.19
    Preparing search index...

    Interface PathStep

    One step of a graph traversal path returned by findPath.

    interface PathStep {
        path: string;
        title: string;
        via: string;
    }
    Index
    path: string

    Vault-relative path of this step.

    title: string

    .md-stripped basename.

    via: string

    Wikilink raw text ([[…]] content) used to traverse FROM the previous step to this one. Empty on the source step.