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

    Type Alias ActorItemCreateSource

    ActorItemCreateSource:
        | { type: "compendium"; compendiumId: string; itemId: string }
        | { type: "inline"; item: Partial<FoundryItem> }

    Source for creating an item on an actor.

    Either references a compendium entry to copy (the compendium pack id plus the item id within that pack — pairs with the compendium search tool) or supplies an inline item document to create directly.