get_joke
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
jokes
https://github.com/pipeworx-io/mcp-jokes
2/7 registries