Skip to main content
Glama

Brevo MCP Server

contacts

Manage and organize contacts effectively with operations like creating, updating, importing, and exporting, while handling lists and attributes for streamlined contact management.

Instructions

Comprehensive contact management - create, update, get, bulk import, manage lists and attributes

Input Schema

NameRequiredDescriptionDefault
attributeDataNoAttribute data for create/update attribute operations
attributeNameNoAttribute name for attribute operations
contactDataNoContact information for create/update operations
contactsNoArray of contacts for bulk operations
identifierNoContact email or ID (for get, update, delete operations)
listDataNoList information for create list operation
listIdNoList ID for list operations
operationYesContact operation to perform

Input Schema (JSON Schema)

{ "properties": { "attributeData": { "description": "Attribute data for create/update attribute operations", "type": "object" }, "attributeName": { "description": "Attribute name for attribute operations", "type": "string" }, "contactData": { "description": "Contact information for create/update operations", "type": "object" }, "contacts": { "description": "Array of contacts for bulk operations", "type": "array" }, "identifier": { "description": "Contact email or ID (for get, update, delete operations)", "type": "string" }, "listData": { "description": "List information for create list operation", "type": "object" }, "listId": { "description": "List ID for list operations", "type": "number" }, "operation": { "description": "Contact operation to perform", "enum": [ "get", "create", "update", "delete", "bulk_import", "bulk_update", "export", "add_to_list", "remove_from_list", "get_lists", "create_list", "get_attributes", "create_attribute", "update_attribute" ], "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