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

    Interface StaleNote

    One stale-note row from staleNotes.

    interface StaleNote {
        age_days: number;
        mtime: string;
        path: string;
        title: string;
    }
    Index

    Properties

    age_days: number

    Whole days since mtime (≥ the requested stale_days threshold).

    mtime: string

    ISO-8601 modification time.

    path: string

    Vault-relative path.

    title: string

    .md-stripped basename for display.