Skip to main content
Glama

Lemonade Stand MCP Server

by jimmcq

set_price

Adjust the price per cup of lemonade in the Lemonade Stand MCP Server to optimize sales and profit strategies for your game session.

Instructions

Set the price per cup of lemonade

Input Schema

NameRequiredDescriptionDefault
gameIdYesThe game ID
priceYesPrice per cup in dollars

Input Schema (JSON Schema)

{ "properties": { "gameId": { "description": "The game ID", "type": "string" }, "price": { "description": "Price per cup in dollars", "type": "number" } }, "required": [ "gameId", "price" ], "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