Goodearth Block Item Save
goodearth_block_item_saveRecord what you grow, watch for, or saw on a plot.
A whole batch in one call, because an afternoon in the field produces several notes at once and each one should not be its own fare.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | One of: planting, pest, wildlife, observation. | |
| npub | No | Required. Your Nostr public key (npub1...) for credit billing. | |
| block | Yes | The ground this belongs to — its id, its name, or an alias. | |
| items | No | What to record, as a list. A planting is {crop, gdd_target, set_out}; a pest is a model as pest_threshold takes it; wildlife is an event as wildlife_calendar takes it; an observation is {observed_on, tag, note} plus whatever you saw. Pass item_id to amend something already recorded. | |
| season | No | The season year these belong to. Defaults to this one. | |
| dpop_token | No | ||
| retire_ids | No | Ids to retire. They stay readable as history; nothing is deleted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||