magic_8_ball_ask
ActiveTool of Magic 8 Ball
Ask a yes-or-no question and get a mystical answer. Returns response text. Supports cynical mode for negative-weighted answers or corporate mode for business jargon. Use when you need a random decision, tie-breaker, or humorous perspective.
Parameters schema
{
"type": "object",
"examples": [
{
"question": "Will this project be completed on time?"
},
{
"cynical": true,
"question": "Should I invest in this opportunity?",
"corporate": true
}
],
"required": [
"question"
],
"properties": {
"cynical": {
"type": "boolean",
"description": "Weighted toward negative responses"
},
"question": {
"type": "string",
"description": "Your yes-or-no question for the Magic 8-Ball"
},
"corporate": {
"type": "boolean",
"description": "All answers in business speak"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Magic 8 Ball
https://github.com/pipeworx-io/mcp-magic-8-ball
1/7 registries