Read a card stack
get-card-stackRead a card stack by ID or exact name and get its ordered cards, including name, suit, value, drawn state, text, image, and origin.
Instructions
Read one card stack with its cards in order: name, suit, value, drawn, text, image and origin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stackId | Yes | The stack: id or exact name of the card stack | |
| includeDrawn | No | Include drawn cards of a deck (default true) |