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

    Interface SearchActorsParams

    interface SearchActorsParams {
        query?: string;
        type?: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    query?: string
    type?: string
    limit?: number