Skip to main content
Glama

46elks MCP Server

by palhamel

get_sms_messages

Retrieve SMS message history from the 46elks platform, allowing users to access inbound, outbound, or all messages with configurable limits for message management and tracking.

Instructions

Retrieve SMS message history from 46elks

Input Schema

NameRequiredDescriptionDefault
directionNoFilter messages by direction (default: both)
limitNoMaximum number of messages to retrieve (default: 10, max: 100)

Input Schema (JSON Schema)

{ "properties": { "direction": { "description": "Filter messages by direction (default: both)", "enum": [ "inbound", "outbound", "both" ], "type": "string" }, "limit": { "description": "Maximum number of messages to retrieve (default: 10, max: 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [], "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