List locations
hortusfox_list_locationsList garden locations with optional plant details, pagination, and active-only filtering.
Instructions
List locations, optionally including the plants at each location. Endpoint: /api/locations/list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum locations to return. | |
| paginate | No | Optional pagination page/cursor. | |
| only_active | No | If true, only return active locations. Default false. | |
| include_info | No | Which plant fields to include when include_plants is true (e.g. 'id', 'name'). Default 'id'. | |
| include_plants | No | If true, include a plant_count and plant_list for each location. Default false. |