Skip to main content
Glama

Lemonade Stand MCP Server

by jimmcq

buy_supplies

Purchase essential supplies like cups, lemons, sugar, and ice for your Lemonade Stand business simulation game. Manage inventory effectively to optimize your strategy and adapt to dynamic market conditions.

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" }
Install Server

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