draw_cards
Draw a specified number of cards from a standard deck. Optionally, use or update the current deck state for continuity in card-based applications.
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 |