Add plant
hortusfox_add_plantAdd a new plant to your HortusFox collection by specifying its name and location ID. Returns the unique plant ID.
Instructions
Create a new plant with a name and a location ID. Returns the new plant ID. Endpoint: /api/plants/add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name of the plant. | |
| location | Yes | ID of the location the plant belongs to (see hortusfox_list_locations). |