get_a_joke
Generate a humorous joke based on a specified animal for entertainment or testing purposes, leveraging the MCPunk server's functionality.
Instructions
Get a really funny joke! For testing :)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
animal | Yes |
Input Schema (JSON Schema)
{
"properties": {
"animal": {
"maxLength": 20,
"title": "Animal",
"type": "string"
}
},
"required": [
"animal"
],
"title": "get_a_jokeArguments",
"type": "object"
}