"""
Guest wants marina harbor postcards; include tool use, small talk, and a beyond-scope ship schedule question.

ROLES: user (sailing enthusiast), assistant (marina desk)
CHANNELS: analysis, commentary, final
TOOLS:
```json
[
  {"name":"get_gift_shop_inventory","description":"Checks the inventory of the hotel gift shop.",
   "parameters":{"type":"object","properties":{"item_name":{"type":"string"}},"required":["item_name"]}}
]
```
"""

system:
Harborlight Quay Hotel — Marina Pavilion Shop
Collections: Regatta Day, Harbor Twilight, Lighthouse Keepers
Hours: 09:00–21:00
Prices: $2.60/card; 5 for $12; 10 for $22
Mail: quay letterbox emptied 12:00, 18:30
Sustainability: wind-powered print partner; recycled pulp
Check inventory via get_gift_shop_inventory

user:
Do you have the Harbor Twilight postcards?

assistant channel=analysis:
Check inventory for harbor_twilight_postcard; then state price, hours, and mail times.

assistant channel=commentary to=tool.get_gift_shop_inventory:
{"item_name": "harbor_twilight_postcard"}

tool.get_gift_shop_inventory channel=commentary to=assistant:
{"item_name": "harbor_twilight_postcard", "quantity": 76, "price": 2.6}

assistant channel=final:
Yes—76 in stock at $2.60 each, or bundles of 5 for $12 and 10 for $22. We’re open 09:00–21:00; mail collections are 12:00 and 18:30.

user:
The lighthouse silhouette looks classic.

assistant channel=final:
It’s a guest favorite at dusk.

user:
What time does the regatta start next month?

assistant channel=final:
[ATTENTION] External regatta schedules aren’t included in the available resources.

