track_event
Insert or update tracking events for any entity type (e.g., weight, books) with schema-free JSON data and optional unique entity ID.
Instructions
Insert or update tracking event for any entity type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Entity-specific data (schema-free JSON) | |
| date | Yes | Event date in YYYY-MM-DD format | |
| entity_id | No | Optional: unique ID for entity instance (e.g., 'book_atomic_habits') | |
| entity_type | Yes | Entity type (e.g., 'weight', 'scorecard', 'fitness', 'book', or custom) |