MCPunk

get_a_joke

Get a really funny joke! For testing :)

Input Schema

NameRequiredDescriptionDefault
animalYes

Input Schema (JSON Schema)

{ "properties": { "animal": { "maxLength": 20, "title": "Animal", "type": "string" } }, "required": [ "animal" ], "title": "get_a_jokeArguments", "type": "object" }