rental_lease_expiration_report
Generate upcoming rental lease expiration reports to manage property portfolios and plan renewals or vacancies effectively.
Instructions
Generate report of upcoming lease expirations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
monthsAhead | No | Number of months to look ahead |
Input Schema (JSON Schema)
{
"properties": {
"monthsAhead": {
"default": 3,
"description": "Number of months to look ahead",
"type": "number"
}
},
"type": "object"
}