Get Phone Link Status
phonelink_get_statusCheck Phone Link connection status and retrieve basic phone info like name and running state. Use first to confirm availability before using message, call, and notification tools.
Instructions
Get the connection status of Phone Link (MyPhone) and basic phone info.
Returns whether the phone is connected, the phone name/model, and whether the app is running. Use this as the first tool call to verify Phone Link is available before using other tools.
Returns: { "connected": boolean, // Whether the phone is connected "status": string, // Status text from the UI "phone_name": string, // Phone model/name if detected "app_running": boolean // Whether Phone Link is running }
Error Handling:
If Phone Link is not running, returns connected=false with an appropriate status message.
Use phonelink_launch_app to start it first if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||