Draw a spread
tarot_drawDraws cards from the deck without repeats, in upright and reversed positions. With a seed the output is deterministic: the same seed gives the same spread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Зерно генератора для воспроизводимого расклада | |
| count | No | Сколько карт вытянуть, 1–15. По умолчанию 3 | |
| allow_reversed | No | Разрешить перевёрнутые положения, по умолчанию true |