Skip to main content
Glama
dyngai

apollo-mcp

by dyngai

apollo_add_contacts_to_sequence

Add one or more contact IDs to an Apollo email sequence. Specify the sequence ID and contact IDs to automate email outreach.

Instructions

Add one or more contact IDs to an emailer sequence. send_email_from_email_account_id is typically required by Apollo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contact_idsYesApollo contact IDs to add
sequence_idYesApollo emailer_campaign (sequence) ID
sequence_no_emailNo
sequence_job_changeNo
sequence_unverified_emailNo
send_email_from_email_account_idNoApollo email-account ID to send from (look up via apollo MCP tooling on the email_accounts endpoint)
sequence_active_in_other_campaignsNo
sequence_finished_in_other_campaignsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Without annotations, the description should disclose behavioral traits like side effects, prerequisites, or error conditions. It only states the action without explaining what happens when contacts are added, whether it's idempotent, or if permissions are needed. This is insufficient for safe usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at one sentence plus a note, but it is too brief given the tool has 8 parameters. It sacrifices completeness for brevity, making it less useful than it could be.

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?

With 8 parameters, no annotations, and a brief description, the tool is underdescribed. The output schema exists but does not compensate for the lack of behavioral context. The description does not cover typical use cases, prerequisites, or outcomes.

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 description coverage is low (38%). The description adds value for one parameter (send_email_from_email_account_id) by noting it is typically required, but the other 5 parameters lack any description in both schema and description, leaving their semantics unclear.

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?

The description clearly states 'Add one or more contact IDs to an emailer sequence', using a specific verb and resource. However, it does not differentiate from sibling tools like remove_contacts_from_sequence or abort_sequence, which limits distinction.

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

Usage Guidelines3/5

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

The description mentions that send_email_from_email_account_id is typically required, giving some usage guidance. But it does not provide context on when to use this tool versus alternatives (e.g., remove or abort), nor exclusions.

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