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_locationsis a prerequisite for any location-level tool — call it first to get valid location IDs.get_business_inforeturns the top-level account profile (name, address, phone, website).create_businessandupdate_business_statusare write tools — confirm the exact target and intent before calling.- Resolve a
cardIdwithget_custom_card_detailsbefore callingupdate_custom_cardordelete_custom_card.