update_plant_attribute
Update a specific attribute for a plant, such as last_watered, health_state, or notes, by providing its ID and new value. Keep care records accurate with a single call.
Instructions
Directly update a plant default attribute (e.g., last_watered, last_fertilised, last_repotted, health_state, notes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | New value for the attribute (for dates use YYYY-MM-DD). | |
| plant_id | Yes | The unique ID of the plant. | |
| attribute | Yes | Attribute name (e.g., "last_watered", "last_fertilised", "last_repotted", "health_state", "notes"). |