tool_check_imessage_availability
Determine if a recipient supports iMessage to choose between sending via iMessage or SMS/RCS, aiding in resolving delivery issues.
Instructions
Check if a recipient has iMessage available.
This tool helps determine whether to send via iMessage or SMS/RCS.
Useful for debugging delivery issues or choosing the right service.
Args:
recipient: Phone number or email to check for iMessage availability
Input Schema
Name | Required | Description | Default |
---|---|---|---|
recipient | Yes |
Input Schema (JSON Schema)
{
"properties": {
"recipient": {
"title": "Recipient",
"type": "string"
}
},
"required": [
"recipient"
],
"title": "tool_check_imessage_availabilityArguments",
"type": "object"
}