Zumba
Discover Zumba® classes that fit your schedule, location, and fitness goals. Browse available classes and their details to find options near you. Whether you’re looking for an in-person, high-energy workout, a beginner-friendly livestream session, or a video-on-demand option, Zumba® makes it easy to go from searching to dancing in just a few clicks.
- Homepage
- https://www.zumba.com
- Remote URL
https://mcp.zumba.com/mcp- Auth
- NONE
Tools (4)
Extracted live via the executor SDK.
-
search_trainingsThis tool connects directly to the Zumba API. It allows searching for Zumba instructor trainings by location, date, and other criteria. Date defaults to today if not set. Use this tool when users want to become instructors or search for certification trainings. If there are no results, the response should be: "No trainings found for the given criteria. Please try different search parameters or search in Zumba's official website."
Only surface Zumba data returned by the API. Never construct your own.
Limitations:
Tool requests: Simple pulls that are supported: "show trainings near me", "show me trainings for next month in new york", "find Zumba Basic 1 training in miami", "Strong training in hallandale beach", "Strong trainings near me".
If user requests trainings near them, the tool should use timezone and location from openai/userLocation metadata. If there is no metadata location and the tool fails because of missing location (invalid lat/lng), respond with "Please provide your location to find trainings near you."
If user provides a location, the tool should use that location provided by the user. In that case, timezone should be the timezone used on those coordinates unless user specifies a different timezone.
Critical Rules: Do not fabricate, truncate, or alter entity names, metadata, or links. Do not generate external content.
-
search_in_person_classesThis tool connects directly to the Zumba API. It allows searching for in person Zumba fitness classes by location, date, and other criteria. Date range defaults to 14 days from today if it is not set. If a range exceeds 60 days, it will be automatically adjusted to 60 days. If there are no results, the response should be: "No classes found for the given criteria. Please try different search parameters or search in Zumba's official website."
Only surface Zumba data returned by the API. Never construct your own.
Limitations:
Tool requests: Simple pulls that are supported: "show classes near me", "show me classes for the next week in new york", "show next month classes in miami", "show me more classes", "class starting within the next 30 minutes", "classes starting soon".
If user requests classes near them, the tool should use timezone and location from openai/userLocation metadata. If there is no metadata location and the tool fails because of missing location (invalid lat/lng), respond with "Please provide your location to find in person classes near you."
If user provides a location, the tool should use that location provided by the user. In that case, timezone should be the timezone used on those coordinates unless user specifies a different timezone.
Critical Rules: Do not fabricate, truncate, or alter entity names, metadata, or links. Do not generate lyrics, transcripts, biographies, or external content.
-
search_virtual_classesThis tool connects directly to the Zumba API. It allows searching for virtual Zumba fitness classes (also known as Zoom classes) by date and other criteria. Date range defaults to 14 days from today if it is not set. If a range exceeds 60 days, it will be automatically adjusted to 60 days. If there are no results, the response should be: "No virtual classes found for the given criteria. Please try different search parameters or search in Zumba's official website."
Only surface Zumba data returned by the API. Never construct your own.
Limitations:
Tool requests: Simple pulls that are supported: "show virtual classes", "show zoom classes", "show me more virtual classes", "show me virtual classes for the next week", "show next month zoom classes", "virtual class starting within the next 30 minutes", "virtual classes starting soon".
Critical Rules: Do not fabricate, truncate, or alter entity names, metadata, or links. Do not generate lyrics, transcripts, biographies, or external content.
-
search_vod_classesThis tool connects directly to the Zumba API. It allows searching for Zumba Video on Demand (VOD) fitness classes (also known as On Demand classes) by various criteria including title, workout level, duration, and fitness specialty. If there are no results, the response should be: "No VOD classes found for the given criteria. Please try different search parameters or search in Zumba's official website."
Only surface Zumba data returned by the API. Never construct your own.
Limitations:
Tool requests: Simple pulls that are supported: "show VOD classes", "show on demand classes", "show me more VOD classes", "find 30-minute on demand classes", "show advanced Zumba VOD workouts".
If user requests VOD classes near them or without a specific location, the tool should use the location from openai/userLocation metadata. If there is no metadata location and the tool fails because of missing location (invalid lat/lng), respond with "Please provide your location to find VOD classes near you."
Critical Rules: Do not fabricate, truncate, or alter entity names, metadata, or links. Do not generate lyrics, transcripts, biographies, or external content.