create_item
Create a new home inventory item and add details like location, tags, custom fields, and purchase info in one API call.
Instructions
Create an inventory item and enrich it in one call.
location is a location name or /-separated path (must exist; use
list_locations). tags are tag names (must already exist; use list_tags).
fields maps custom-field name -> value; each value's JSON type picks the
field type (string -> text, number -> number [integer-coerced],
true/false -> boolean). Returns the new assetId and id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| model | No | ||
| notes | No | ||
| fields | No | ||
| serial | No | ||
| location | No | ||
| quantity | No | ||
| manufacturer | No | ||
| purchase_date | No | ||
| purchase_from | No | ||
| purchase_price | No | ||
| warranty_expires | No |