enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface QueryBaseArgs

    interface QueryBaseArgs {
        folder?: string;
        limit?: number;
        path: string;
        view?: string;
    }
    Index
    folder?: string

    Extra folder scope on top of the .base's filters.

    limit?: number

    Cap on matches returned (default 50).

    path: string

    Path to the .base file (vault-relative).

    view?: string

    Optional view-name filter. When set, the view's filters are concat'd with the global filter via AND (matching Obsidian semantics).