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

    Interface ContextPackArgs

    Arguments for contextPack.

    interface ContextPackArgs {
        budget_tokens?: number;
        folder?: string;
        include_backlinks?: boolean;
        query: string;
        recent_dailies?: number;
        subqueries?: string[];
    }
    Index
    budget_tokens?: number

    Approximate token budget for the bundle. ~4 chars/token assumption. Default 4000.

    folder?: string

    Restrict retrieval to this folder.

    include_backlinks?: boolean

    Include backlinks of top-K notes (1-line each)? Default true.

    query: string

    Topic / question to gather context for.

    recent_dailies?: number

    Include the last N daily notes? Default 0 (off). Set to 3 for "what was I doing recently".

    subqueries?: string[]

    Atomic sub-questions for opt-in coverage-aware retrieval. Each is searched independently; the best available unique candidate per non-empty sub-question is reserved before RRF fills the remaining note slots.