FoyerDevelopers

Generated · Live registry

hotel_info_sections tools

2 tools in this domain, generated from the running registry.

All tool domains

hotel_info_sections.get

read-only

Read all hotel info sections (wifi, parking, transit, house_rules, checkout, luggage) for the current tenant. Missing sections are returned with defaults (enabled: false, content: ''). Read-only.

Input parameters

Returns object.

Output fields

An object keyed by wifi, parking, transit, house_rules, checkout, luggage. Each value is object with these fields:

FieldTypeRequiredNotes
enabledbooleanyes
contentstringyes

hotel_info_sections.update

writes

Update a single hotel info section. Merges the supplied key into the existing hotelInfoSections JSONB, preserving all other sections. Owner-only.

Input parameters

FieldTypeRequiredNotes
keyenumyesSection key to update. — One of: wifi, parking, transit, house_rules, checkout, luggage
enabledbooleanyesWhether this section is visible in the guest portal.
contentstringyesOperator-authored content (markdown / plain text).

Output fields

FieldTypeRequiredNotes
okliteralyesOne of: true