Random Card
random_cardDraw one random tarot card from the full 78-card deck. Returns card name, short ID, suit, type (major/minor arcana), upright meaning, reversed meaning, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | Yes | Detailed description of the card | |
| name | Yes | Full name of the tarot card | |
| suit | Yes | Suit of the card (null for Major Arcana) | |
| type | Yes | Card type (e.g. Major Arcana, Minor Arcana) | |
| value | Yes | Card value or number | |
| value_int | Yes | Integer representation of card value | |
| meaning_up | Yes | Upright meaning of the card | |
| name_short | Yes | Short identifier for the card | |
| meaning_rev | Yes | Reversed meaning of the card |