enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface FrontmatterKeySummary

    One frontmatter key as it actually occurs across the vault.

    interface FrontmatterKeySummary {
        count: number;
        examples: string[];
        key: string;
        types: string[];
    }
    Index
    count: number

    Notes carrying the key. Sort key.

    examples: string[]

    Up to three short example values, for judging what the key holds.

    key: string

    The key, NFC-lowercased. Lookup folds keys the same way, so Status and status are one key to every tool that reads them and are reported as one here — a caller can use either spelling.

    types: string[]

    Value shapes observed, sorted — string, number, boolean, list, map, null.