Added Customization and Group tools 🎉
You can now read and change your pricing rules from chat, and resolve the groups they apply to.
get_customizations
Shows the customizations set on a listing, group, or account — seasonality, last minute prices, far out premium, day of week adjustments, demand factor, and custom seasonal profiles. Returns the switched-on ones by default, or all of them with their saved settings.
update_customizations
Creates or updates those same customizations. Everything in one request is applied together or rejected together, so a single invalid value fails the whole call and the response names the field that failed. Requires OAuth customization write access.
A separate permission for changing pricing rules
Customization write is now its own permission, granted independently of write access. Changing a price and changing the rule that produces every future price are different levels of trust, so the second one is opt in. You will see it as its own checkbox when authorizing a connection. Existing connections keep working for everything else and need a reconnect before update_customizations will run.
Both now describe each setting the way the dashboard shows it, not just the stored number — so you can see what a market-driven type currently works out to, whether an adjustment is a discount or a premium, and what still applies while a customization is switched off.
get_customization_schema
Describes how to write a customization: field names, the values each accepts and what they mean, ranges, and what each type requires. Straight from the Customer API specification, so it stays in step with what the API accepts.
get_customization_profiles
Lists your saved minimum stay, pricing, and check-in/check-out profiles with the ids a custom seasonal profile points at.
get_groups and get_group_listings
List the groups on your account with their ids, and the listings assigned to one of them. Use get_groups to resolve a group id before any group-level call.
Example prompts:
- “What pricing rules are set on Sunset Villa?”
- “Make weekends 25% more expensive on Sunset Villa”
- “Which listings are in my Beach Houses group?”