Skip to main content
Glama
dyngai

apollo-mcp

by dyngai

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

TableJSON Schema
NameRequiredDescriptionDefault
fullNoReturn the raw Apollo response. Defaults to false (compact). Raw payloads are typically 100KB+ and may exceed MCP token limits.
person_idYesApollo person ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: default compact summary of ~50 fields, full payload can be 100KB+ and may exceed token limits. This is comprehensive and honest.

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?

Two sentences, no wasted words. Purpose is front-loaded, critical detail about compact vs full follows immediately. Highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 2-parameter tool with output schema, the description covers purpose, parameter behavior, return format, and limitations. Nothing is missing.

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%, but the description adds significant value by explaining the default compact behavior, the meaning of full=true, and warning about size constraints and token limits. This enhances the parameter meaning beyond the schema.

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 'Look up a single person by Apollo ID' with a specific verb and resource, effectively distinguishing it from sibling tools like apollo_search_people which searches multiple people.

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 provides clear context on when to use the compact vs full response, advising full=true only when the full record is needed due to size. It lacks explicit exclusion criteria but is sufficient for a lookup tool.

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

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