Skip to content
Get an API key

Create a spinning wheel / random picker with labeled segments.

Updated 16 Sep 20261 min read

Send "type": "spinning_wheel".

Create a spinning wheel / random picker with labeled segments. Use this for prize wheels, decision wheels, random selectors, wheel-of-fortune games, icebreakers, or any wheel-based random choice tool. For structured voting use render_poll; for upvotable ideas use render_upvoteideas.

Also available as the MCP tool render_spinningwheel. The same payload works through either surface.

Fields

data
titlestringrequired

Fun, engaging title for the spinning wheel (e.g., "What is for Lunch?")

optionsstring[]required

Array of 4-8 short string segment labels (1-4 words each)

Example

{
  "type": "spinning_wheel",
  "data": {
    "title": "Q4 Launch Planning",
    "options": [
      "string"
    ]
  }
}
Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft