Send SMS Message
phonelink_send_messageSend an SMS directly through Phone Link by specifying the recipient and message text. The tool opens a new message, enters the contact and content, and clicks Send to deliver a real SMS from your phone.
Instructions
Send an SMS message through Phone Link's UI.
Opens a new message, types the recipient and message text, and clicks Send. This interacts with the Phone Link UI to send a real SMS from your phone.
Args:
recipient (string): Contact name or phone number.
message_text (string): The message to send (max 1600 chars).
Returns: { "sent": boolean, "recipient": string, "message": string }
⚠️ WARNING: This sends a REAL SMS. Verify recipient and message before calling.
Error Handling:
Returns sent=false with error message if any UI element can't be found.
Common issues: Phone not connected, Messages tab not loading, UI layout changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient | Yes | Contact name or phone number to send the SMS to. | |
| message_text | Yes | The text message to send. |