update_location
Update an existing location by modifying its name, description, or parent. Set a new parent ID or remove it to reorganize locations.
Instructions
Update an existing location's name, description, or parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Location ID (UUID) | |
| name | No | New location name | |
| description | No | New location description | |
| parentId | No | New parent location ID (UUID). Set to null to remove parent. |