Skip to main content
Glama

Brevo MCP Server

sms

Perform SMS operations such as sending transactional or batch messages, managing contacts, and retrieving SMS statistics or events using the Brevo MCP Server.

Instructions

SMS operations - send transactional SMS, manage SMS contacts

Input Schema

NameRequiredDescriptionDefault
contentNoSMS message content
daysNoNumber of days for statistics
endDateNoEnd date for events/statistics (YYYY-MM-DD)
eventNoEvent type for filtering
limitNoLimit for events/statistics
offsetNoOffset for pagination
operationYesSMS operation to perform
phoneNumberNoPhone number for filtering events
recipientNoPhone number for single SMS
recipientsNoPhone numbers for batch SMS
senderNoSMS sender name/number
sortNoSort order for events
startDateNoStart date for events/statistics (YYYY-MM-DD)
tagNoTag for SMS tracking
tagsNoTags for filtering events
typeNoSMS typetransactional

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "SMS message content", "type": "string" }, "days": { "description": "Number of days for statistics", "type": "number" }, "endDate": { "description": "End date for events/statistics (YYYY-MM-DD)", "type": "string" }, "event": { "description": "Event type for filtering", "type": "string" }, "limit": { "description": "Limit for events/statistics", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" }, "operation": { "description": "SMS operation to perform", "enum": [ "send", "send_batch", "get_events", "get_statistics" ], "type": "string" }, "phoneNumber": { "description": "Phone number for filtering events", "type": "string" }, "recipient": { "description": "Phone number for single SMS", "type": "string" }, "recipients": { "description": "Phone numbers for batch SMS", "type": "array" }, "sender": { "description": "SMS sender name/number", "type": "string" }, "sort": { "description": "Sort order for events", "type": "string" }, "startDate": { "description": "Start date for events/statistics (YYYY-MM-DD)", "type": "string" }, "tag": { "description": "Tag for SMS tracking", "type": "string" }, "tags": { "description": "Tags for filtering events", "items": { "type": "string" }, "type": "array" }, "type": { "default": "transactional", "description": "SMS type", "enum": [ "transactional", "marketing" ], "type": "string" } }, "required": [ "operation" ], "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/samihalawa/brevo-mcp'

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