verify_rental_checkout_condition
Record checkout verification for a vacation rental with checklist completion and photo evidence. Used by cleaners or hosts to document property condition after a guest departure. Pass property_id, booking_id, overall_condition (excellent/good/fair/poor/damaged), optional checklist_items, issues_found, photo_urls, and verified_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking UUID | |
| photo_urls | No | Photo evidence URLs | |
| property_id | Yes | Property UUID or lilo_code | |
| verified_by | No | Name of person verifying | |
| issues_found | No | List of issues found | |
| checklist_items | No | Completed checklist items | |
| overall_condition | Yes | Overall condition: excellent, good, fair, poor, damaged |