Skip to main content

Tools in this category

Profile and locations

get_business_info

Fetch the business profile of the currently authenticated user

get_child_locations

Fetch all child locations of the current enterprise account

Account management

create_business

Create a new business or sub-account under the reseller or account

update_business_status

Activate or deactivate a business or location

Custom cards

get_custom_card_details

List the custom cards on a location’s microsite profile

update_custom_card

Update an existing custom card on a microsite profile

delete_custom_card

Delete a custom card from a microsite profile

Tips

  • get_child_locations is a prerequisite for any location-level tool — call it first to get valid location IDs.
  • get_business_info returns the top-level account profile (name, address, phone, website).
  • create_business and update_business_status are write tools — confirm the exact target and intent before calling.
  • Resolve a cardId with get_custom_card_details before calling update_custom_card or delete_custom_card.