Add plant log entry
hortusfox_add_plant_log_entryAdd a journal entry to a plant log. Provide a plant ID and text content to record observations or notes, returning the new entry ID.
Instructions
Add a log/journal entry to a plant. Returns the new log entry ID. Endpoint: /api/plants/log/add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plant | Yes | The plant ID. | |
| content | Yes | The log entry text. |