report_rental_inventory_issue
Report a missing, damaged, or low-stock inventory item at a vacation rental property. Creates an issue record with optional photo evidence. Pass property_id, item_name, and issue_type (missing, damaged, low_stock, needs_replacement). Optional: description, booking_id, photo_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_name | Yes | Name of the inventory item | |
| photo_url | No | URL to photo evidence (optional) | |
| booking_id | No | Associated booking UUID (optional) | |
| issue_type | Yes | Type: missing, damaged, low_stock, needs_replacement | |
| description | No | Description of the issue | |
| property_id | Yes | Property UUID or lilo_code |