Weavz
GymMaster

GymMaster

Gym management for prospects, members, memberships, bookings, payments, visits, and gate access.

CustomCommerce
34 tools

Tools

Name
list_clubs

List GymMaster clubs/companies.

list_class_schedule

List available classes for a week.

list_available_classes

List GymMaster classes available for booking.

list_booking_services

List GymMaster services available for booking.

list_service_booking_times

List available GymMaster service booking times.

book_service_booking

Create a GymMaster service booking for a member.

list_service_booking_equipment

List GymMaster equipment available for service bookings.

list_service_booking_rooms

List GymMaster rooms available for service bookings.

create_prospect

Create a GymMaster prospect.

signup_member

Sign up a new GymMaster member with a membership.

login_member

Login as a member and return a member token for member-scoped actions.

get_member_profile

Get the profile for a logged-in GymMaster member.

update_member_profile

Update the profile for a logged-in GymMaster member.

list_member_memberships

List current memberships for a GymMaster member.

list_membership_cancellation_reasons

List GymMaster membership cancellation reasons.

cancel_membership

Cancel a GymMaster member membership.

list_outstanding_balance

List outstanding charges for a GymMaster member.

log_payment

Log an external payment for a GymMaster member.

book_class

Book a logged-in GymMaster member into a class.

cancel_booking

Cancel a GymMaster member booking.

check_in_booking

Check in a GymMaster member booking.

checkout_booking

Checkout a GymMaster member booking to mark that the member attended and left.

rate_booking

Submit a rating for a GymMaster booking.

list_upcoming_bookings

List upcoming bookings for a GymMaster member.

list_past_bookings

List past bookings for a GymMaster member.

list_class_attendees

List members attending a GymMaster class booking.

list_member_visits

List daily visit counts for a GymMaster member.

list_products

List GymMaster products available online.

purchase_products

Purchase products through the GymMaster member portal API.

get_communication_preferences

Retrieve GymMaster email and SMS/notification preferences for a member.

update_communication_preferences

Update GymMaster member communication preferences. Enabling SMS/notifications may trigger provider opt-in messaging.

list_sales_reps

List GymMaster sales reps.

process_gate_swipe

Process a GymMaster Gatekeeper card swipe and return whether access should be granted.

log_gate_swipe

Log a GymMaster Gatekeeper access decision after a door reader interaction.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('gymmaster', 'list_clubs', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'gymmaster',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect GymMaster to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does GymMaster support?

GymMaster supports 34 tools including List Clubs, List Class Schedule, List Available Classes, List Booking Services, List Service Booking Times, and more.

Can I use GymMaster with AI agents?

Yes. Add GymMaster to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can GymMaster be used in stateful agent workflows?

Yes. Agents can combine GymMaster tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does GymMaster use?

GymMaster uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the GymMaster integration cost?

The GymMaster integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect GymMaster in minutes

Get 20,000 free action executions every month. No credit card required.