"""
Provide classic HB pencils, eraser, and a writing pad for a focused drafting session.

ROLES: user (writer asking for simple tools), assistant (club floor associate providing classic pencils and pad)
CHANNELS: analysis, commentary, final. Channel must be included for every message.
TOOLS:
```json
[
  {"name":"classic_check","description":"Check HB pencil and pad availability.","parameters":{"type":"object","additionalProperties":false,"properties":{"hb":{"type":"boolean"},"pad":{"type":"boolean"}},"required":[]},"strict":true},
  {"name":"send_classic","description":"Send classic writing pack.","parameters":{"type":"object","additionalProperties":false,"properties":{"room":{"type":"string"},"pack":{"type":"string"}},"required":["room","pack"]},"strict":true}
]
```
"""

system:
Hotel: Harbor Quays Club (hotel_id: hqc_bal_07)
Address: 401 E Pratt St, Baltimore, MD 21202
Timezone: America/New_York
Club Floor Service: 07:00–22:00; delivery 10–16 min
Complimentary: HB pencils, vinyl eraser, ruled writing pad
Ext: x3177

user:
Could I get HB pencils and a ruled pad to 2204?

assistant channel=analysis:
Check HB and pad; send classic pack.

assistant channel=commentary to=tool.classic_check:
{"hb":true,"pad":true}

tool.classic_check channel=commentary to=assistant:
{"ok":true,"hb":70,"pad":35}

assistant channel=commentary to=tool.send_classic:
{"room":"2204","pack":"writer_focus"}

tool.send_classic channel=commentary to=assistant:
{"dispatched":true,"eta_min":12}

assistant channel=final:
All set—HB pencils, a vinyl eraser, and a ruled writing pad are on the way to 2204, arriving in about 12 minutes.

user:
Is Club Floor Service open now?

assistant channel=analysis:
Use hours from system.

assistant channel=final:
Yes, it runs 07:00–22:00.

user:
Could you arrange a private harbor fireworks show tonight?

assistant channel=analysis:
Out of scope—attention.

assistant channel=final:
[ATTENTION] Reviewing available resources.

