Skip to main content
Glama
dyngai

apollo-mcp

by dyngai

apollo_add_to_my_prospects

Save people from Apollo prospect search results to your My Prospects list by passing their person IDs.

Instructions

Save people from prospect search results to 'My Prospects'. Pass the entity (person) IDs returned from people search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idsYesApollo person IDs from search results
analytics_contextNo
skip_fetching_peopleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It indicates a write operation ('Save') but lacks details on permissions, side effects, error handling, or constraints beyond the vague 'prospect search results' context.

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 extremely concise with two front-loaded sentences. Every word carries weight and there is no extraneous text.

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

Completeness2/5

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

Despite having an output schema and three parameters, the description fails to cover the purpose of optional parameters or the output shape. For a tool that mutates data, this is insufficient.

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

Parameters2/5

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

Schema coverage is only 33% (only entity_ids has a description). The description merely repeats that entity_ids should come from people search, adding minimal value. The optional parameters (analytics_context, skip_fetching_people) are not explained at all.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states a specific action ('Save people from prospect search results to My Prospects') with a clear resource. It distinguishes from sibling tools like search_people (search) and create_contact (creation).

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

Usage Guidelines2/5

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

The description implies usage after a people search ('Pass the entity IDs from search results'), but provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites.

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