Skip to main content
Glama

ActiveCampaign MCP Server

by mmarqueti

search_contacts

Search and retrieve contacts in ActiveCampaign using specific filters such as name or email. Specify query terms and limit results for targeted contact management.

Instructions

Busca contatos no ActiveCampaign com filtros

Input Schema

NameRequiredDescriptionDefault
limitNoLimite de resultados (padrão: 20)
queryYesTermo de busca (nome, email, etc.)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Limite de resultados (padrão: 20)", "type": "number" }, "query": { "description": "Termo de busca (nome, email, etc.)", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from ActiveCampaign MCP Server

Related Tools

    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/mmarqueti/activecampaign-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server