Fun Utilities

Friendly Roast

Generate lighthearted, playful roasts for friends, colleagues, or fictional characters. Access via MCP in Cursor, Windsurf, or other AI coding environments, or call GET /v1/fun/roast directly. Perfect for adding humor to chatbots, games, or social features. Returns clean, witty burns that won't offend — think Comedy Central Roast meets workplace-appropriate banter.

API Endpoint

GET /v1/fun/roast

Code Examples

curl "https://tinyfn.io/v1/fun/roast" \
  -H "X-API-Key: YOUR_API_KEY"
const response = await fetch('https://tinyfn.io/v1/fun/roast', {
  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/roast',
    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

How do I generate a friendly roast using MCP?

Call the friendly_roast tool through your MCP client. The tool generates witty, clean roasts suitable for casual settings without requiring any input parameters.

What makes these roasts 'friendly' versus offensive?

The roasts avoid personal attacks, appearance-based insults, or sensitive topics. They focus on universal, lighthearted themes like procrastination, coffee addiction, or harmless personality quirks.

Can I customize roasts for specific people or topics?

The basic endpoint generates generic friendly roasts. For personalized roasting, you'd need to combine the output with your own context or prompt engineering in your AI agent workflow.

What's the typical output format and length?

Returns a single roast as a text string, usually 1-2 sentences. Examples: witty one-liners about common habits, gentle teasing about universal experiences, or playful observations about everyday life.

How can I integrate this into a Discord bot or game?

Use the REST API endpoint GET /v1/fun/roast in your application code. Perfect for adding humor commands, icebreaker features, or entertainment elements to social platforms and gaming applications.

Try Friendly Roast Now

Get your free API key and start using Friendly Roast in seconds.

Get Free API Key