FoundryVTT MCP Server Documentation - v0.9.2
    Preparing search index...

    Interface FoundryMacro

    interface FoundryMacro {
        _id: string;
        name: string;
        type: string;
        scope: string;
        command: string;
        img?: string;
        folder?: string;
        author: string;
        ownership: Record<string, number>;
    }
    Index

    Properties

    _id: string
    name: string
    type: string
    scope: string
    command: string
    img?: string
    folder?: string
    author: string
    ownership: Record<string, number>