Send an SMS to a recipient and wait for an event at {CALLBACK_SERVER_URL}/event. When an event arrives for the same msisdn, display the text and stop waiting. Uses the Vonage SMS API.
AI agents use sms_with_input to create or update resources in Telephony MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Telephony MCP Server environment.
This tool sends SMS messages to real-world phone numbers via the Vonage API. Sending an SMS is a Write operation (creates and delivers a message) with real-world side effects. Severity is high because an AI agent could send unsolicited or malicious SMS messages to arbitrary phone numbers at scale, potentially constituting harassment or spam.
From the tool's definition Send an SMS to a recipient and wait for an event... Uses the Vonage SMS API
Attacks that exploit this kind of access
Send an SMS to a recipient and wait for an event at {CALLBACK_SERVER_URL}/event. When an event arrives for the same msisdn, display the text and stop waiting. Uses the Vonage SMS API. It is categorised as a Write tool in the Telephony MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Telephony MCP Server MCP server in PolicyLayer and add a rule for sms_with_input: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Telephony MCP Server. Nothing to install.
sms_with_input is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the sms_with_input rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for sms_with_input. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
sms_with_input is provided by the Telephony MCP Server MCP server (vonage-community/telephony-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →