Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

add_leads_to_campaign

Add leads to marketing campaigns using LinkedIn profiles or email addresses with optional custom fields for targeted outreach.

Instructions

Add a new lead to a selected campaign

Either profileUrl or email is required. All other fields can be provided in custom_fields.

Args: campaign_id: The ID of the campaign to add the lead to profile_url: LinkedIn profile URL of the lead (required if email not provided) email: Email address of the lead (required if profile_url not provided) custom_fields: Additional custom fields for the lead (e.g., {"first_name": "John", "company": "Acme"})

Returns: Created lead information

Example: add_leads_to_campaign( campaign_id="12345", email="lead@example.com", custom_fields={"first_name": "John", "company": "Acme Corp"} )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYes
profile_urlNo
emailNo
custom_fieldsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the creation of a lead ('Created lead information') but lacks details on permissions required, whether the operation is idempotent, error handling, or rate limits. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

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 well-structured with a clear purpose statement, parameter explanations, return note, and example. Each sentence adds value, but the example could be more integrated or the parameter details slightly condensed for optimal brevity without losing clarity.

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 the tool's moderate complexity (4 parameters, mutation operation) and the presence of an output schema (which handles return values), the description is mostly complete. It covers parameter semantics well but lacks behavioral context like error cases or side effects, which is a minor gap given the output schema's support.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It effectively explains all four parameters: clarifies that 'campaign_id' is required, specifies the mutual exclusivity between 'profile_url' and 'email', and provides examples for 'custom_fields'. This adds substantial meaning beyond the bare schema, though it could detail data formats or constraints further.

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 verb 'Add' and resource 'lead to a selected campaign', making the purpose specific and actionable. It distinguishes itself from sibling tools like 'create_lead' (which likely creates a lead without campaign association) and 'update_lead_in_campaign' (which modifies existing leads), establishing clear functional boundaries.

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 by specifying that either profileUrl or email is required, but it does not explicitly state when to use this tool versus alternatives like 'create_lead' or 'update_lead_in_campaign'. No exclusions or prerequisites are mentioned, leaving some ambiguity in tool selection.

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