assess_extended_stay_squatter_risk
Assess the risk of a guest establishing tenancy rights during an extended vacation rental stay. Evaluates stay duration against jurisdiction-specific tenant protection laws. Returns risk level, relevant state laws, and preventive recommendations. Pass check_in_date, check_out_date, and state code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | State code (e.g., CA, NY) | |
| property_id | No | Property UUID | |
| check_in_date | Yes | Check-in date | |
| check_out_date | Yes | Check-out date |