draw_tarot
Perform tarot readings with customizable card counts. Receive detailed divination results for insights or guidance using the Fortune MCP Server's tarot tool.
Instructions
タロットカードを引いて占い結果を返します
Args:
count: 引くカードの枚数(1-10、デフォルト: 3)
Returns:
タロット占いの結果
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No |
Input Schema (JSON Schema)
{
"properties": {
"count": {
"default": 3,
"title": "Count",
"type": "integer"
}
},
"title": "draw_tarotArguments",
"type": "object"
}