List Properties
list_propertiesRetrieve rental properties with name, address, capacity, owner info, and license number. Filter by active status or search by name/address.
Instructions
List all rental properties for the workspace. Returns name, address, capacity, owner info, and license number. / Lista todas las propiedades de alquiler vacacional. Devuelve nombre, direccion, capacidad, datos del propietario y numero de licencia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by name or address / Buscar por nombre o direccion | |
| after | No | Cursor for cursor-based pagination / Cursor de paginacion | |
| limit | No | Max results (1-100) | |
| fields | No | Comma-separated fields to return / Campos a devolver | |
| offset | No | Offset / Desplazamiento | |
| isActive | No | Filter by active status / Filtrar por activas |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |