draw_cards
Draw a specified number of cards from a standard deck using a base64 encoded deck state for tracking. Ideal for card-based applications needing controlled randomization.
Instructions
Draw cards from a standard deck of playing cards
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | Yes | Number of cards to draw | |
deckState | No | Optional base64 encoded string representing the current deck state |