he_get_home_descriptions
Retrieve property descriptions by language. Returns title, good_feature, good_place, and other fields per locale with fallback flags for missing translations.
Instructions
Get a property's description texts by language, compact (title, good_feature, good_place, other per locale). Flags is_fallback when a requested language has no translation. Single API call — cheaper than he_get_home for comparing languages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| homeId | Yes | HomeExchange property ID | |
| locales | No | Language codes to return (default: ["fr", "en"]) |