Skip to main content
Glama

46elks MCP Server

by palhamel

estimate_sms_cost

Calculate SMS pricing and message segmentation before sending, using recipient number and message content to provide cost estimates.

Instructions

Estimate cost and message segments for SMS without sending it

Input Schema

NameRequiredDescriptionDefault
fromNoSender phone number or name (optional, uses default if not specified)
messageYesSMS message content to estimate cost for
toYesRecipient phone number with country code (e.g., +46XXXXXXXXX for Swedish numbers)

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Sender phone number or name (optional, uses default if not specified)", "type": "string" }, "message": { "description": "SMS message content to estimate cost for", "type": "string" }, "to": { "description": "Recipient phone number with country code (e.g., +46XXXXXXXXX for Swedish numbers)", "type": "string" } }, "required": [ "to", "message" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/palhamel/46elks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server