apollo_get_person
Retrieve a person's profile by Apollo ID. Returns a compact summary by default; pass full=true for the raw record.
Instructions
Look up a single person by Apollo ID via /people/{id}. By default returns a compact summary (~50 fields trimmed to the most useful ones). Pass full=true to return the raw Apollo payload (can be 100KB+ — only do this when you specifically need the full record).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the raw Apollo response. Defaults to false (compact). Raw payloads are typically 100KB+ and may exceed MCP token limits. | |
| person_id | Yes | Apollo person ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |