You're viewing a demo portfolio

Join the waitlist
PRSM

get_joke

Active

Tool of jokes

declared in 0.1.0

Get a random joke, optionally filtered by category (e.g., 'general', 'programming') or type ('single' or 'twopart'). Returns joke text, category, and content flags.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "type": "single",
      "category": "Programming",
      "safe_mode": true
    },
    {
      "category": "Dark",
      "safe_mode": false
    }
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Joke type. One of: single, twopart. Omit to allow either type."
    },
    "category": {
      "type": "string",
      "description": "Joke category. One of: Any, Programming, Misc, Dark, Pun, Spooky, Christmas. Defaults to \"Any\"."
    },
    "safe_mode": {
      "type": "boolean",
      "description": "When true, only return jokes that are flagged safe by JokeAPI. Defaults to true."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

jokes

https://github.com/pipeworx-io/mcp-jokes

2/7 registries
View full server →