Cowsay
cowsay
Generate ASCII art of a cow saying something.
Remote mrseanchow/cowsay-mcp
Other tools also called cowsay?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "The message for the cow to say."
},
"character": {
"type": "string",
"default": "default",
"description": "The cow character to use."
}
}
}