Fun Utilities

Would You Rather

Generates random "Would You Rather" questions for icebreakers, team building, or creative brainstorming. Access via MCP in Cursor or Windsurf for instant conversation starters, or call GET /v1/fun/would-you-rather directly. Returns structured JSON with two compelling choice scenarios. Perfect for AI agents building interactive experiences or social apps.

API Endpoint

GET /v1/fun/would-you-rather

Code Examples

curl "https://tinyfn.io/v1/fun/would-you-rather" \
  -H "X-API-Key: YOUR_API_KEY"
const response = await fetch('https://tinyfn.io/v1/fun/would-you-rather', {
  headers: { 'X-API-Key': 'YOUR_API_KEY' }
});
const data = await response.json();
console.log(data);
import requests

response = requests.get('https://tinyfn.io/v1/fun/would-you-rather',
    headers={'X-API-Key': 'YOUR_API_KEY'})
data = response.json()
print(data)

Use via MCP

Add to your AI agent

Connect your AI agent (Claude, Cursor, Windsurf, etc.) to TinyFn's fun tools:

{
  "mcpServers": {
    "tinyfn-fun": {
      "url": "https://tinyfn.io/mcp/fun",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Learn more about MCP setup →

FAQ

What format does the Would You Rather API return?

Returns JSON with two choice options, typically structured as scenario A vs scenario B with descriptive text for each alternative.

How can I use Would You Rather questions in an MCP-enabled AI agent?

Your AI agent can call this tool to generate icebreaker questions for meetings, creative writing prompts, or interactive chat experiences in Cursor or Claude Code.

Are the Would You Rather questions family-friendly?

Yes, the questions are designed to be appropriate for general audiences including workplace and educational settings.

Can I get multiple Would You Rather questions in one API call?

Each call returns one question pair. Make multiple requests if you need several questions for longer activities or games.

How do Would You Rather questions help with decision-making exercises?

They present binary choices that reveal preferences, values, and reasoning patterns, making them useful for team building and psychological profiling activities.

Try Would You Rather Now

Get your free API key and start using Would You Rather in seconds.

Get Free API Key