Skip to main content
Glama

Brevo MCP Server

bulk_contact_import

Import multiple contacts into Brevo by pasting text in CSV, email list, or mixed formats. Map attributes, check duplicates, update existing contacts, and preview imports before execution.

Instructions

Intelligent bulk contact import from pasted text - analyzes text, maps attributes, checks duplicates, and imports efficiently

Input Schema

NameRequiredDescriptionDefault
dryRunNoPreview the import without executing
listIdNoOptional: List ID to add contacts to
textYesPasted contact data (CSV, email list, mixed text format)
updateExistingNoWhether to update existing contacts

Input Schema (JSON Schema)

{ "properties": { "dryRun": { "default": false, "description": "Preview the import without executing", "type": "boolean" }, "listId": { "description": "Optional: List ID to add contacts to", "type": "number" }, "text": { "description": "Pasted contact data (CSV, email list, mixed text format)", "type": "string" }, "updateExisting": { "default": true, "description": "Whether to update existing contacts", "type": "boolean" } }, "required": [ "text" ], "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