Skip to main content
Glama

Brevo MCP Server

conversations

Manage customer interactions effectively by retrieving conversations, sending messages, updating statuses, and assigning agents using the 'conversations' tool on Brevo MCP Server.

Instructions

Chat and conversation management - handle customer conversations

Input Schema

NameRequiredDescriptionDefault
agentIdNoAgent ID for conversation assignment
conversationIdNoConversation ID
messageNoMessage content to send
operationYesConversation operation to perform
statusNoConversation status

Input Schema (JSON Schema)

{ "properties": { "agentId": { "description": "Agent ID for conversation assignment", "type": "string" }, "conversationId": { "description": "Conversation ID", "type": "string" }, "message": { "description": "Message content to send", "type": "string" }, "operation": { "description": "Conversation operation to perform", "enum": [ "get_conversations", "get_conversation", "get_messages", "send_message", "update_conversation" ], "type": "string" }, "status": { "description": "Conversation status", "enum": [ "open", "closed" ], "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