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

    Interface LintWikiArgs

    Arguments for lintWiki. All optional with sensible defaults.

    interface LintWikiArgs {
        concept_min_mentions?: number;
        folder?: string;
        max_per_bucket?: number;
        stale_days?: number;
        stub_word_threshold?: number;
    }
    Index

    Properties

    concept_min_mentions?: number

    A capitalised n-gram mentioned by ≥ N distinct notes but not having its own page is flagged as a concept candidate. Default 3.

    folder?: string

    Folder to restrict the lint to (default: whole vault).

    max_per_bucket?: number

    Cap on each finding-bucket so the response stays bounded. Default 50.

    stale_days?: number

    A note is "stale" if its frontmatter last_reviewed (or mtime if missing) is older than this many days. Default 365.

    stub_word_threshold?: number

    Word count below which a note is considered a "stub". Default 100.