Skip to main content
Glama

Lemonade Stand MCP Server

by jimmcq

buy_supplies

Purchase cups, lemons, sugar, and ice for your lemonade stand to manage inventory and optimize your business strategy in the Lemonade Stand simulation game.

Instructions

Purchase supplies for the lemonade stand

Input Schema

NameRequiredDescriptionDefault
cupsNoNumber of cups to buy
gameIdYesThe game ID
iceNoAmount of ice to buy
lemonsNoNumber of lemons to buy
sugarNoAmount of sugar to buy

Input Schema (JSON Schema)

{ "properties": { "cups": { "description": "Number of cups to buy", "type": "number" }, "gameId": { "description": "The game ID", "type": "string" }, "ice": { "description": "Amount of ice to buy", "type": "number" }, "lemons": { "description": "Number of lemons to buy", "type": "number" }, "sugar": { "description": "Amount of sugar to buy", "type": "number" } }, "required": [ "gameId" ], "type": "object" }

Other Tools from Lemonade Stand 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/jimmcq/Lemonade-Stand-MCP-Server'

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