Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

add_keywords_to_global_blacklist

Block specific keywords from appearing in lead data by adding them to a global blacklist. Configure keyword types and matching methods to filter out unwanted company names, emails, domains, or other lead attributes.

Instructions

Add keywords to the global blacklist via JSON

Args: team_id: Team ID user_id: User ID keywords: List of keywords to blacklist (e.g., ["test", "test123"]) keyword_type: Type of keyword. Options: "company_name", "email", "domain", "full_name", "profile_url", "job_title" comparison_type: How to match keywords. Options: "exact", "contains", "starts_with", "ends_with"

Returns: Success confirmation

Input Schema

NameRequiredDescriptionDefault
team_idYes
user_idYes
keywordsYes
keyword_typeYes
comparison_typeYes

Input Schema (JSON Schema)

{ "properties": { "comparison_type": { "type": "string" }, "keyword_type": { "type": "string" }, "keywords": { "items": { "type": "string" }, "type": "array" }, "team_id": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "team_id", "user_id", "keywords", "keyword_type", "comparison_type" ], "type": "object" }

Other Tools from Multilead Open API 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/vanman2024/multilead-mcp'

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