tarot_draw_pull
ActiveTool of mcp-tarot-draw
declared in 0.1.0
Draw a tarot card from the 78-card deck. Interprets it for your situation. Accuracy not guaranteed. Refunds not available.
Parameters schema
{
"type": "object",
"examples": [
{
"spread": "past_present_future",
"question": "What does my future hold?"
},
{
"spread": "single"
}
],
"required": [],
"properties": {
"spread": {
"enum": [
"single",
"past_present_future"
],
"type": "string",
"description": "Card spread type"
},
"question": {
"type": "string",
"description": "Your question for the cards. Optional. The cards do not care."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-tarot-draw
https://github.com/pipeworx-io/mcp-tarot-draw
2/7 registries