Read a card stack
get-card-stackRetrieve a card stack's cards in order, including name, suit, value, drawn status, text, image, and origin. Provide the stack ID or exact name to get the full ordered list.
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) |