Deck of Cards Skill

Search

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Deck of Cards tools.

3 tools
SKILL.md

Deck of Cards
SKILL.md

Domain knowledge for using Deck of Cards API effectively

Deck of Cards

Data Model

  • Deck — deck_of_cards_new_deck: creates deck, returns deck_id.
  • Draw — deck_of_cards_draw_cards: draw N cards from deck_id.
  • Shuffle — deck_of_cards_shuffle_deck: reshuffle deck by deck_id.

Gotchas

  • deck_id required: Draw and shuffle need deck_id from new_deck response.
  • Deck persistence: Decks are session-based; no long-term storage.

Use with Deck of Cards Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Deck of Cards API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Deck of Cards?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Deck of Cards Skill - MCP Bundles