Skip to main content
Glama

Cowsay MCP Server

by mrseanchow

cowthink

Generate ASCII art of a thinking cow with custom messages. Use various characters like dragons, penguins, or skeletons to create fun text-based art for documentation or entertainment.

Instructions

Generate ASCII art of a cow thinking something.

Input Schema

NameRequiredDescriptionDefault
cowNoThe cow character to use.default
messageYesThe message for the cow to think.What to think about?

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": "What to think about?", "description": "The message for the cow to think.", "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