search_jokes
ActiveTool of dadjokes
declared in 0.1.0
Search dad jokes by keyword or topic. Returns matching jokes with IDs and text.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "knock knock"
},
{
"limit": 5,
"query": "programming"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of jokes to return. Defaults to 10."
},
"query": {
"type": "string",
"description": "Term to search for within dad jokes."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
dadjokes
https://github.com/pipeworx-io/mcp-dadjokes
1/7 registries