Skip to main content
Glama
borgels

mcp-server-apollo

by borgels

Enrich Person (Apollo)

apollo_person_enrich
Read-onlyIdempotent

Match a person to Apollo and return full profile including employment history, employer, departments, and seniority.

Instructions

Match one person via Apollo and return their full profile (employment history, employer, departments, seniority). CONSUMES CREDITS when a record is enriched; setting revealPersonalEmails or revealPhoneNumber costs extra per your Apollo plan (typically ~1 credit per email, ~8 per mobile) — confirm with the user first. Phone numbers are NOT in the synchronous response: Apollo delivers them asynchronously to webhookUrl (required for phone reveals); poll apollo_webhook_result with the returned request_id if the callback is missed. Personal emails are not revealed for people in GDPR regions; you are the data controller for retrieved personal data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoApollo person id, e.g. from apollo_people_search.
nameNo
emailNo
domainNoEmployer domain without www. or @.
fieldsNoOptional dot-path field projection to shrink the response — only these fields are returned per record. Descends nested objects and maps over arrays, e.g. ["id","name","primary_domain","primary_phone.number"]. Pass ["*"] for the full record.
lastNameNo
firstNameNo
webhookUrlNoPublic HTTPS endpoint Apollo POSTs phone numbers to. Required when revealPhoneNumber=true.
hashedEmailNoMD5 or SHA-256 hashed email.
linkedinUrlNo
organizationNameNo
revealPhoneNumberNo
revealPersonalEmailsNo
Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint), the description discloses critical behaviors: credit consumption per enrichment, extra cost per email/phone reveal, async phone delivery via webhookUrl, GDPR restrictions on personal emails, and the user's responsibility as data controller. This adds substantial value beyond the annotation hints.

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 entire description is a single, dense paragraph that front-loads the purpose, then efficiently covers key behaviors in separate sentences. No redundant information; every sentence adds value. The structure uses capitalization and punctuation effectively to highlight important warnings.

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 13 parameters and no output schema, the description comprehensively addresses credit usage, async phone retrieval, and GDPR concerns. It lacks specifics on the return format (e.g., what fields the profile contains) but the tool's purpose of returning 'full profile' is clear. The description is thorough enough for an AI agent to handle common scenarios.

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

Parameters3/5

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

Schema coverage is low (38%), and while the description explains revealPhoneNumber, webhookUrl, and their credit implications, it does not detail most parameters (name, email, domain, etc.). The meaning of these is inferable from context but not explicitly stated, leaving a gap in parameter understanding.

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 tool's core action: 'Match one person via Apollo and return their full profile (employment history, employer, departments, seniority).' The verb 'match' and 'return' paired with the resource 'person profile' precisely defines the purpose, distinguishing it from search tools (apollo_people_search) that list many results.

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 notes credit consumption and extra costs for reveal options, implicitly guiding when to use (when a full profile is needed) and cautioning about cost. It does not explicitly list alternatives or when not to use, but the context of credit consumption and async phone delivery provides practical guidance.

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/borgels/mcp-server-apollo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server