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

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

1 tool
apollo_to_salesforce_leadInspect

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.

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.