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

    Interface ContextPackArgs

    Arguments for contextPack.

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

    Properties

    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".