game_deck_deal
Shuffle and deal a custom deck of arbitrary named cards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draw | No | Draw N cards from the top instead of dealing hands | |
| cards | Yes | Cards in the deck (name + optional quantity) | |
| hands | No | Deal into N hands (default: 1 = draw pile only) | |
| per_hand | No | Cards per hand (default: 5) |