enquire-mcp API reference - v3.11.6-rc.2
    Preparing search index...

    Interface StaleNotesResponse

    Envelope returned by staleNotes.

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

    Properties

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