signalgrid_device_identity
Retrieve stable hardware identifiers (serial number, hardware UUID, chip, activation lock) to anchor device trust records and uniquely identify a Mac across OS reinstalls.
Instructions
Hardware identity: serial number, model, hardware UUID, chip, activation lock.
The stable anchor for a device trust record. Serial number + hardware UUID uniquely identify the physical machine across OS reinstalls.
Returns: dict with keys: model_name, model_identifier, chip, serial_number, hardware_uuid, provisioning_udid, memory, activation_lock — or {"error": str} if system_profiler could not run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||