Entity Update Tool
entity_update_toolUpdate a Grocy entity's fields by ID, changing only the provided data and leaving other fields unchanged.
Instructions
Update an existing Grocy entity object by its ID.
Only the fields provided in data are changed; other fields are left as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON object with fields to update. Example: '{"name": "Updated Name", "description": "New desc"}'. | |
| entity | Yes | Entity type name (e.g. 'products', 'locations'). | |
| obj_id | Yes | The object ID to update (use entity_list_tool to find IDs). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |