Skip to main content
Glama

create_pet

Generate and customize a virtual pet in MCPet by selecting its name and type (cat, dog, dragon, or alien). Start nurturing your digital companion for a unique AI-driven experience.

Instructions

Create a new virtual pet

Input Schema

NameRequiredDescriptionDefault
nameYesName for your new pet
typeYesType of pet: cat, dog, dragon, or alien

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name for your new pet", "type": "string" }, "type": { "description": "Type of pet: cat, dog, dragon, or alien", "enum": [ "cat", "dog", "dragon", "alien" ], "type": "string" } }, "required": [ "name", "type" ], "type": "object" }
Install Server

Other Tools from MCPet

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/shreyaskarnik/mcpet'

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