draw_cards
ActiveTool 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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-deckofcards
https://github.com/pipeworx-io/mcp-deckofcards
2/7 registries