Skip to main content
Glama

Cowsay MCP Server

by mrseanchow

cowsay

Generate ASCII art with a cow or character displaying your custom message. Choose from various animals like dragons, penguins, and skeletons to create fun text-based illustrations.

Instructions

Generate ASCII art of a cow saying something.

Input Schema

NameRequiredDescriptionDefault
cowNoThe cow character to use.default
messageYesThe message for the cow to say.Hello World!

Input Schema (JSON Schema)

{ "properties": { "cow": { "default": "default", "description": "The cow character to use.", "enum": [ "default", "small", "tux", "moose", "sheep", "dragon", "elephant", "skeleton", "stimpy" ], "type": "string" }, "message": { "default": "Hello World!", "description": "The message for the cow to say.", "type": "string" } }, "required": [ "message" ], "type": "object" }

Other Tools from Cowsay MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrseanchow/cowsay-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server