FoundryVTT MCP Server Documentation - v1.5.3
    Preparing search index...

    Interface CompendiumSearchParams

    interface CompendiumSearchParams {
        query?: string;
        packType?: string;
        itemType?: string;
        spellLevel?: number;
        source?: string;
        compendiumId?: string;
        limit?: number;
        cursor?: string;
    }
    Index

    Properties

    query?: string
    packType?: string
    itemType?: string
    spellLevel?: number
    source?: string
    compendiumId?: string
    limit?: number
    cursor?: string

    Opaque pagination cursor from a prior result's nextCursor.