Create New Lemonade Stand
Set up a new virtual lemonade stand in the LaunchLemonade platform
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_LEMONADE_STAND])
Update Lemonade Recipe
Modify the current lemonade recipe for a specific stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_RECIPE])
Set Lemonade Price
Adjust the selling price of lemonade for a specific stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SET_PRICE])
Restock Ingredients
Order more ingredients for a lemonade stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.RESTOCK_INGREDIENTS])
Start Daily Operations
Open a lemonade stand for business for the day
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.START_OPERATIONS])
End Daily Operations
Close a lemonade stand at the end of the business day
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.END_OPERATIONS])
Generate Sales Report
Create a detailed sales report for a specific time period
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_REPORT])
Launch Marketing Campaign
Initiate a marketing campaign to promote a lemonade stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LAUNCH_CAMPAIGN])
Hire Staff
Add new employees to a lemonade stand's roster
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.HIRE_STAFF])
Schedule Staff Shift
Assign work shifts to employees of a lemonade stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SCHEDULE_SHIFT])
Process Refund
Issue a refund for a customer's purchase
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.PROCESS_REFUND])
Apply Discount
Add a discount to a lemonade stand's pricing
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.APPLY_DISCOUNT])
Create Customer Loyalty Program
Set up a rewards program for frequent customers
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_LOYALTY_PROGRAM])
Update Stand Location
Change the registered location of a lemonade stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_LOCATION])
New Sale Made
Triggered when a new sale is completed at a lemonade stand
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_SALE])
Inventory Low
Triggered when ingredient stock falls below a specified threshold
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LOW_INVENTORY])
Daily Sales Goal Reached
Triggered when a lemonade stand meets its daily sales target
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SALES_GOAL_REACHED])
Customer Feedback Received
Triggered when a customer submits feedback about their experience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.FEEDBACK_RECEIVED])
Staff Clock In
Triggered when an employee starts their work shift
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.STAFF_CLOCK_IN])
Staff Clock Out
Triggered when an employee ends their work shift
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.STAFF_CLOCK_OUT])
New Customer Registration
Triggered when a new customer signs up for an account
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_CUSTOMER])
Weather Alert
Triggered when weather conditions may affect lemonade stand operations
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.WEATHER_ALERT])
Competitor Price Change
Triggered when a nearby competitor adjusts their lemonade prices
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.COMPETITOR_PRICE_CHANGE])
Loyalty Reward Earned
Triggered when a customer earns a reward in the loyalty program
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LOYALTY_REWARD_EARNED])
Stand Rating Change
Triggered when a lemonade stand's overall rating changes
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.RATING_CHANGE])
Daily Revenue Report
Triggered at the end of each day to summarize revenue
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DAILY_REVENUE_REPORT])
New Franchise Request
Triggered when someone applies to open a new franchise location
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.FRANCHISE_REQUEST])
Ingredient Price Change
Triggered when the cost of ingredients for lemonade production changes
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.INGREDIENT_PRICE_CHANGE])
Social Media Mention