create_rental_maintenance_task
Create a new maintenance task for a vacation rental property. Supports one-time and recurring tasks. Pass property_id, task_name, and task_type (hvac_filter, deep_clean, appliance_service, pest_control, exterior, safety_check, other). Optional: priority, description, recurring, frequency_days, due_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_date | No | Due date (ISO format) | |
| priority | No | Priority: low, medium, high, urgent | |
| recurring | No | Is this a recurring task? | |
| task_name | Yes | Name of the maintenance task | |
| task_type | Yes | Type: hvac_filter, deep_clean, appliance_service, pest_control, exterior, safety_check, other | |
| description | No | Detailed description | |
| property_id | Yes | Property UUID or lilo_code | |
| frequency_days | No | Days between occurrences (if recurring) |