location-tool
Retrieve, create, update locations and get location labels for your Rhombus security system.
Instructions
This tool performs operations on locations.
'get': Retrieves all locations. When generating reports with location details, use location names not uuids.
'create': Creates a new location with a name and optional address.
'update': Updates an existing location (requires locationUuid).
'get-labels': Retrieves all location labels for the organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| locationUpdate | Yes | ||
| locationName | Yes | Name for the new location. Required for 'create'. | |
| locationAddress | Yes | Address for the location. Optional for 'create' and 'update'. | |
| locationUuid | Yes | UUID of the location. Required for 'update'. |