Skip to main content
Glama

Server Details

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as mapping Apollo contact data to Salesforce Leads, making it distinct by default.

Naming Consistency5/5

The single tool name 'apollo_to_salesforce_lead' follows a clear and consistent pattern, using snake_case and descriptive terms that indicate the source (Apollo), target (Salesforce), and object type (Lead). There are no other tools to compare against, so consistency is inherently perfect.

Tool Count2/5

A single tool is too few for the apparent scope of mapping between Apollo and Salesforce, which typically involves multiple operations such as creating, updating, deleting, or querying leads. This minimal set feels thin and incomplete for the domain, limiting functionality.

Completeness2/5

The tool surface is severely incomplete for the domain of Apollo-Salesforce integration. It only provides one-way mapping from Apollo to Salesforce Leads, with no tools for reverse mapping, handling other Salesforce objects (e.g., Contacts, Accounts), or performing CRUD operations, leading to significant gaps that will cause agent failures.

Available Tools

1 tool
apollo_to_salesforce_leadApollo → Salesforce Lead MapperAInspect

Maps an Apollo contact payload to a Salesforce Lead object. Accepts the full Apollo CSV export column set. Strict-fail if FirstName, LastName, or Phone cannot be resolved. All other Salesforce fields are populated when source data is present, silently omitted otherwise. Returns a Deterministic Receipt (task_id, verdict, confidence, diff[]) embedded in every non-FAIL response.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipNoAlternate ZIP key → PostalCode.
cellNoPrimary phone (legacy key). Accepts E.164, 10-digit US, formatted strings.
cityNoCity → City.
emailNoContact email → Email.
phoneNoApollo 'Phone' column — alternate primary phone key.
stateNoState / province → State.
titleNoJob title → Title.
sourceNoApollo 'Source' column → LeadSource.
streetNoStreet address → Street.
companyNoCompany name → Company.
countryNoCountry → Country.
websiteNoCompany website → Website.
headlineNoLinkedIn headline captured by Apollo → Description.
industryNoIndustry → Industry.
keywordsNoApollo keywords/tags → Description.
linkedinNoAlternate LinkedIn key → LinkedIn__c.
employeesNoAlternate employees key.
full_nameNoFull name — must have ≥2 whitespace-separated tokens. Use this OR provide first_name + last_name. Example: 'Jane Doe'
job_titleNoApollo 'Job Title' column → Title.
last_nameNoLast name (Apollo split export). Use with first_name instead of full_name.
prop_addrNoFull property address string (legacy v1 key) → PropertyAddress.
seniorityNoApollo seniority level → Description.
first_nameNoFirst name (Apollo split export). Use with last_name instead of full_name.
work_phoneNoApollo 'Work Phone' column — lowest-priority fallback.
departmentsNoApollo departments string → Description.
lead_sourceNoLead source string → LeadSource (mapped to Salesforce picklist values).
person_cityNoApollo 'Person City' column → City.
postal_codeNoZIP / postal code → PostalCode.
twitter_urlNoTwitter/X URL → Twitter__c.
account_nameNoApollo 'Account Name' column → Company.
linkedin_urlNoLinkedIn profile URL → LinkedIn__c.
mobile_phoneNoApollo 'Mobile Phone' column. Maps to MobilePhone if a primary phone exists.
organizationNoApollo 'Organization' column → Company.
person_stateNoApollo 'Person State' column → State.
num_employeesNoAlternate employees key.
annual_revenueNoAnnual revenue string, e.g. '$1.2M', '500000' → AnnualRevenue (number).
person_countryNoApollo 'Person Country' → Country.
company_websiteNoApollo 'Company Website' → Website.
person_postal_codeNoApollo 'Person Postal Code' → PostalCode.
number_of_employeesNoEmployee count or range (e.g. '500-1000') → NumberOfEmployees.
estimated_annual_revenueNoApollo estimated revenue → AnnualRevenue.
Behavior4/5

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

With no annotations provided, the description takes on full responsibility for disclosing behavior. It clearly states the strict-fail conditions (FirstName, LastName, Phone), indicates silent omission for missing fields, and describes the return value (Deterministic Receipt). This covers key behavioral traits, though it could elaborate on FAIL response specifics or side effects.

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

Conciseness5/5

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

The description is four sentences, front-loaded with the core purpose. Each sentence adds value: input scope, strict-fail rule, omission behavior, and return format. There is no redundancy or filler, making it highly concise and well-structured.

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 41 parameters and no output schema, the description covers the essential context: what the tool does, its input expectations, failure behavior, and return receipt. However, it does not specify the structure of failure responses or elaborate on the receipt's fields, leaving a small gap given the tool's complexity.

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 coverage is 100%, so the baseline is 3. The description adds meaningful semantic context by identifying which parameters are effectively required (FirstName, LastName, Phone) and how mapping behaves for missing data. This goes beyond the individual parameter descriptions and clarifies overall mapping rules.

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 uses a specific verb ('Maps') and clearly identifies the resource ('Apollo contact payload to a Salesforce Lead object'). It further specifies the input scope ('full Apollo CSV export column set'), making the tool's purpose unmistakable even without sibling comparison.

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

Usage Guidelines4/5

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

The description implies the primary use case (converting Apollo data into Salesforce Leads) and mentions the accepted input format ('full Apollo CSV export column set'). There are no explicit when-not-to-use or alternative tools, but given there are no siblings, the context is clear enough.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Apollo.io MCP server for prospecting, lead enrichment, sales intelligence, and outreach workflows. Integrates Apollo.io go-to-market data into MCP-compatible AI applications.
    18
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Waterfall lead enrichment for AI agents. Cascades through Apollo, Clearbit, and Hunter to build the most complete lead profile in a single call.
    6
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to interact with Apollo.io API for sales and marketing activities. Provides tools to search for companies and contacts, enrich person and organization data, and manage accounts with comprehensive lead generation capabilities.
    11
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources