phone_send_sms
ActiveTool of Palmyr
declared in 1.0.0
Send an SMS from a phone number you own. Costs 0.05 USDC, paid per-action via x402.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"number_id",
"to",
"body"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient number in E.164, e.g. '+15551234567'"
},
"body": {
"type": "string"
},
"payment": {
"type": "string",
"description": "base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instructions"
},
"number_id": {
"type": "string",
"description": "Phone number id returned by phone_buy_number"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Palmyr
https://github.com/0xArtex/Palmyr
1/7 registries