Skip to main content
Glama

MCP Rand

by turlockmike

draw_cards

Draw a specified number of cards from a standard deck. Optionally, use or update the current deck state for continuity in card-based applications.

Instructions

Draw cards from a standard deck of playing cards

Input Schema

NameRequiredDescriptionDefault
countYesNumber of cards to draw
deckStateNoOptional base64 encoded string representing the current deck state

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of cards to draw", "type": "number" }, "deckState": { "description": "Optional base64 encoded string representing the current deck state", "type": "string" } }, "required": [ "count" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Rand

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/turlockmike/mcp-rand'

If you have feedback or need assistance with the MCP directory API, please join our Discord server