search_jokes
ActiveTool of jokes
declared in 0.1.0
Search jokes by keyword or phrase. Returns matching jokes with categories, types, and content flags.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "programmer",
"amount": 10,
"category": "Programming"
},
{
"query": "Christmas",
"amount": 5
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Keyword or phrase to search for within joke text."
},
"amount": {
"type": "number",
"description": "Number of jokes to return. Defaults to 5."
},
"category": {
"type": "string",
"description": "Limit search to a category. One of: Any, Programming, Misc, Dark, Pun, Spooky, Christmas. Defaults to \"Any\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
jokes
https://github.com/pipeworx-io/mcp-jokes
2/7 registries