MMS 발송에 사용할 이미지 1~3장을 슈어엠 서버에 업로드하고 단일 imageKey 를 반환합니다. 받은 imageKey 를 send_message 의 imageKey 파라미터에 전달해 MMS 로 발송. ⚠️ 이미지 규격: 확장자 jpg, 한 장 500KB 이하, 가로/세로 1000px 이하, 합산 1MB 미만. 입력은 서버 프로세스가 접근 가능한 로컬 jpg 파일 경로(path).
AI agents use upload_mms_image to create or update resources in SureM SMS MCP — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your SureM SMS MCP environment.
This tool creates new data (image uploads) on the SureM platform that can be referenced later for MMS sending. It is reversible (images can be deleted) and has no direct financial or destructive impact.
From the tool's definition Tool description states it 'uploads' (업로드) images to the SureM server and 'returns' (반환) an imageKey. This is a create/write operation that modifies server state by storing image data.
Attacks that exploit this kind of access
MMS 발송에 사용할 이미지 1~3장을 슈어엠 서버에 업로드하고 단일 imageKey 를 반환합니다. 받은 imageKey 를 send_message 의 imageKey 파라미터에 전달해 MMS 로 발송. ⚠️ 이미지 규격: 확장자 jpg, 한 장 500KB 이하, 가로/세로 1000px 이하, 합산 1MB 미만. 입력은 서버 프로세스가 접근 가능한 로컬 jpg 파일 경로(path). It is categorised as a Write tool in the SureM SMS MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the SureM SMS MCP server in PolicyLayer and add a rule for upload_mms_image: 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 SureM SMS MCP. Nothing to install.
upload_mms_image 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 upload_mms_image 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 upload_mms_image. 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.
upload_mms_image is provided by the SureM SMS MCP server (suremapp/surem-sms-mcp). 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 →