Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

import_keywords_to_blacklist_csv

Add multiple keywords to your lead filtering blacklist by importing them from a CSV file. Specify keyword types like company names, emails, or domains and choose matching methods for precise filtering control.

Instructions

Import keywords to your seat's blacklist from a CSV file

Args: user_id: User ID account_id: Account ID (seat ID) csv_file_path: Path to CSV file containing keywords 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 with import results

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
csv_file_pathYes
keyword_typeYes
comparison_typeYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "comparison_type": { "type": "string" }, "csv_file_path": { "type": "string" }, "keyword_type": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "csv_file_path", "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