Skip to main content
Glama

Lemonade Stand MCP Server

by jimmcq

set_price

Define the price per cup of lemonade in the Lemonade Stand game using the 'set_price' tool. Input the game ID and desired price to manage pricing strategies effectively.

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

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