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.
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)
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"
}
}
}
}
Returns JSON with two choice options, typically structured as scenario A vs scenario B with descriptive text for each alternative.
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.
Yes, the questions are designed to be appropriate for general audiences including workplace and educational settings.
Each call returns one question pair. Make multiple requests if you need several questions for longer activities or games.
They present binary choices that reveal preferences, values, and reasoning patterns, making them useful for team building and psychological profiling activities.
Get your free API key and start using Would You Rather in seconds.
Get Free API Key