Tarot Suit
asterwise_get_tarot_suitReturns all 14 cards in a given Minor Arcana suit as a structured array.
WORKFLOW: BEFORE: None — standalone. AFTER: None.
INPUT CONTRACT: suit — One of exactly: 'wands', 'cups', 'swords', 'pentacles'. Case-insensitive. Any other value is rejected locally with MCP INVALID_PARAMS.
DO NOT CONFUSE WITH: asterwise_get_tarot_major_arcana — 22 Major Arcana, not suit-based. asterwise_get_tarot_cards — full 78-card catalogue.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-tarot-suit/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suit | Yes | Minor arcana suit: wands, cups, swords or pentacles. | |
| response_format | No | Output format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |