Skip to main content
Glama

Brevo MCP Server

crm

Manage companies, deals, tasks, and notes with full CRM functionality. Perform operations like creating, updating, deleting, linking, and retrieving data to streamline business workflows.

Instructions

Complete CRM functionality - manage companies, deals, tasks, and notes

Input Schema

NameRequiredDescriptionDefault
companyDataNoCompany information
companyIdNoCompany ID
dealDataNoDeal information
dealIdNoDeal ID
entityIdNoEntity ID for linking/notes
entityTypeNoEntity type for linking/notes
filtersNoFilters for listing operations
limitNoNumber of items to retrieve
noteDataNoNote information
noteIdNoNote ID
offsetNoOffset for pagination
operationYesCRM operation to perform
taskDataNoTask information
taskIdNoTask ID

Input Schema (JSON Schema)

{ "properties": { "companyData": { "description": "Company information", "type": "object" }, "companyId": { "description": "Company ID", "type": "string" }, "dealData": { "description": "Deal information", "type": "object" }, "dealId": { "description": "Deal ID", "type": "string" }, "entityId": { "description": "Entity ID for linking/notes", "type": "string" }, "entityType": { "description": "Entity type for linking/notes", "enum": [ "companies", "deals", "contacts" ], "type": "string" }, "filters": { "description": "Filters for listing operations", "type": "object" }, "limit": { "default": 50, "description": "Number of items to retrieve", "type": "number" }, "noteData": { "description": "Note information", "type": "object" }, "noteId": { "description": "Note ID", "type": "string" }, "offset": { "default": 0, "description": "Offset for pagination", "type": "number" }, "operation": { "description": "CRM operation to perform", "enum": [ "get_companies", "get_company", "create_company", "update_company", "delete_company", "link_unlink_company", "get_company_attributes", "get_deals", "get_deal", "create_deal", "update_deal", "delete_deal", "link_unlink_deal", "get_deal_attributes", "get_pipelines", "get_tasks", "get_task", "create_task", "update_task", "delete_task", "get_task_types", "get_notes", "get_note", "create_note", "update_note", "delete_note" ], "type": "string" }, "taskData": { "description": "Task information", "type": "object" }, "taskId": { "description": "Task ID", "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