Skip to main content
Glama

Brevo MCP Server

inbound

Process and retrieve inbound emails, events, and attachments using specific operations such as filtering by sender, date ranges, or UUIDs.

Instructions

Process inbound emails and attachments

Input Schema

NameRequiredDescriptionDefault
attachmentIdNoAttachment ID for download
endDateNoEnd date for filtering (YYYY-MM-DD)
limitNoNumber of items to retrieve
offsetNoOffset for pagination
operationYesInbound parsing operation to perform
senderNoSender email filter
startDateNoStart date for filtering (YYYY-MM-DD)
uuidNoEmail UUID for specific email operations

Input Schema (JSON Schema)

{ "properties": { "attachmentId": { "description": "Attachment ID for download", "type": "string" }, "endDate": { "description": "End date for filtering (YYYY-MM-DD)", "type": "string" }, "limit": { "default": 50, "description": "Number of items to retrieve", "type": "number" }, "offset": { "default": 0, "description": "Offset for pagination", "type": "number" }, "operation": { "description": "Inbound parsing operation to perform", "enum": [ "get_inbound_email_events", "get_inbound_email_by_uuid", "get_inbound_email_attachment" ], "type": "string" }, "sender": { "description": "Sender email filter", "type": "string" }, "startDate": { "description": "Start date for filtering (YYYY-MM-DD)", "type": "string" }, "uuid": { "description": "Email UUID for specific email operations", "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