Mistermanu#000
07/15/2025, 8:44 PMChiranjeet Mishra
07/16/2025, 11:47 PMChiranjeet Mishra
07/17/2025, 11:31 PM{
"type": "sms",
"async": false,
"function": {
"name": "sms",
"description": "Use this tool to send a text message (SMS) to a specified phone number. Provide the recipient's phone number and the message content.",
"parameters": {
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "The phone number to send the SMS message to, in E.164 format (e.g., +15551234567)."
},
"body": {
"type": "string",
"description": "The text content of the SMS message to send."
}
},
"required": [
"to",
"body"
]
}
},
"messages": [], // BLANK MESSAGES
"metadata": {
"from": "+14243810731"
}
}