add_plant
Add a plant to your care tracker and set its watering interval in days. Defaults to 7 if not specified, adjustable later.
Instructions
새 식물을 등록한다. water_every_days는 물주기 간격(일)이며 모르면 기본값 7을 쓰고 나중에 update_plant로 조정한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| species | No | ||
| location | No | ||
| acquired_on | No | ||
| water_every_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |