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

    Interface StaleNotesResponse

    Envelope returned by staleNotes.

    interface StaleNotesResponse {
        matches: StaleNote[];
        scanned_notes: number;
        stale_days: number;
    }
    Index
    matches: StaleNote[]

    Stale notes, OLDEST first, truncated to limit.

    scanned_notes: number

    Total notes scanned (post-folder filter) — observability.

    stale_days: number

    The staleness threshold applied (days).