Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

add_keywords_to_global_blacklist

Block unwanted leads by adding keywords to a global blacklist. Specify keyword type and matching method to filter out irrelevant data from lead management systems.

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

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes
user_idYes
keywordsYes
keyword_typeYes
comparison_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It states this is a write operation ('Add'), which implies mutation, but doesn't disclose behavioral traits like required permissions, whether changes are reversible, rate limits, or error handling. The 'Returns: Success confirmation' provides minimal output information, but lacks detail on what that confirmation contains or failure modes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized with a clear purpose statement followed by structured parameter documentation. The 'Args:' and 'Returns:' sections provide organized information. While efficient, the 'via JSON' qualifier could be integrated more smoothly, and the return statement is somewhat terse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters with 0% schema coverage and no annotations, the description does well by documenting all parameters thoroughly. The output schema exists (though unspecified), so the description doesn't need to detail return values. For a mutation tool with complex parameters, it provides adequate context, though behavioral aspects could be more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by providing detailed parameter documentation. It explains all 5 parameters with clear examples (e.g., keywords: ['test', 'test123']) and enumerates options for keyword_type and comparison_type. This adds substantial meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Add keywords to the global blacklist') and resource ('global blacklist'), distinguishing it from sibling tools like 'add_keywords_to_blacklist' (non-global) and 'import_keywords_to_global_blacklist_csv' (CSV import). It provides a complete verb+resource+scope statement.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for adding keywords to a global blacklist via JSON, but doesn't explicitly state when to use this tool versus alternatives like the CSV import sibling. No prerequisites or exclusions are mentioned, leaving usage context somewhat implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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