lost_pet
Locate a missing pet by retrieving its current location, distance from home, tracker status, and recent movement. Activate live tracking, buzzer, or LED to aid recovery.
Instructions
Emergency tool — call when a pet is lost or missing.
Gathers all critical info in one call: current location, distance from home, tracker battery/connection status, and recent movement summary. Can activate live tracking, buzzer, and LED on the tracker.
Args: device_id: The device_id from list_pets. enable_live_tracking: Turn on live tracking for frequent GPS updates (default True). enable_buzzer: Turn on the tracker buzzer to help locate the pet nearby (default False). enable_led: Turn on the tracker LED light (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| enable_live_tracking | No | ||
| enable_buzzer | No | ||
| enable_led | No |