create_work_order
Create a maintenance work order with title and description. Set priority, link to a tenant or unit, and provide availability.
Instructions
Create a new work order (maintenance issue). Optionally link to a tenant and/or unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short title describing the issue | |
| description | Yes | Full description of the issue | |
| priority | No | Priority: 0 = Emergency, 1 = High, 2 = Medium, 3 = Low | 2 |
| tenantId | No | UUID of the tenant who reported it | |
| unitId | No | UUID of the property unit affected | |
| availability | No | Free-text tenant availability window (e.g. 'weekday mornings') |