get-compendium-entry
Retrieve a specific compendium entry (monster, item, spell) from a Foundry VTT pack by ID. Returns full stat block for actor or item creation; compact option for condensed view.
Instructions
Retrieve a specific compendium entry (monster, item, spell, etc.) by pack id + entry id. Returns the full stat block — items, spells, abilities, effects, system data — needed for actor/item creation. Set compact=true for a condensed stat block when full detail is not needed. An SRD (dnd5e.*) pack id is refused — author only from the premium books (design.md §2.3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | ID of the specific item to retrieve | |
| packId | Yes | ID of the compendium pack containing the item | |
| compact | No | Return condensed stat block (recommended for UI performance). Includes key stats, abilities, and actions but omits lengthy descriptions and technical data. |