You're viewing a demo portfolio

Join the waitlist
PRSM

magic_8_ball_ask

Active

Tool of Magic 8 Ball

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Magic 8 Ball

https://github.com/pipeworx-io/mcp-magic-8-ball

1/7 registries
View full server →
magic_8_ball_ask — Magic 8 Ball — PRSM MCP