log_maintenance
Record maintenance actions or scheduled tasks for home inventory items, including dates, cost, and notes.
Instructions
Add a maintenance-log entry to an item (assetId / alias field / exact
name) — e.g. "changed the mower oil today" (completed_date) or "sharpen
blades in spring" (scheduled_date). Dates are YYYY-MM-DD; cost is a
number. Returns the new entry's id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | No | ||
| name | Yes | ||
| identifier | Yes | ||
| description | No | ||
| completed_date | No | ||
| scheduled_date | No |