You're viewing a demo portfolio

Join the waitlist
PRSM

draw_cards

Active

Tool of mcp-deckofcards

declared in 0.1.0

Draw cards from a deck. Returns card details (suit, value) and remaining count. Specify count to draw multiple cards at once.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "deck_id": "3p40paa87x90"
    },
    {
      "count": 5,
      "deck_id": "3p40paa87x90"
    }
  ],
  "required": [
    "deck_id"
  ],
  "properties": {
    "count": {
      "type": "number",
      "description": "Number of cards to draw. Defaults to 1."
    },
    "deck_id": {
      "type": "string",
      "description": "The deck ID returned by new_deck (e.g. \"3p40paa87x90\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-deckofcards

https://github.com/pipeworx-io/mcp-deckofcards

2/7 registries
View full server →
draw_cards — mcp-deckofcards — PRSM MCP