Skip to main content
Glama
Inferensys

Apollo.io MCP Server

by Inferensys

update_contact

Update an existing contact in Apollo CRM by providing the contact ID and any fields to modify.

Instructions

Update an existing contact in your Apollo CRM. FREE. Provide the contact ID and any fields to update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contact_idYesApollo contact ID to update
first_nameNo
last_nameNo
emailNo
titleNo
organization_nameNo
website_urlNo
account_idNo
phone_numbersNo
label_namesNo
present_raw_addressNo
cityNo
stateNo
countryNo
postal_codeNo
Behavior2/5

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

No annotations provided. The description only mentions 'FREE' but does not disclose behavioral traits like whether updates are immediate, whether omitting a field clears it, or if the operation is idempotent.

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

Conciseness4/5

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

Two sentences, succinct and directly states the purpose. 'FREE' is extraneous but not detrimental.

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?

Missing information on return format, error handling, and which fields are updatable. With no output schema and many sibling tools, the description should provide more context but does not.

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?

Only one parameter (contact_id) has a description in the schema; the description does not compensate by explaining other fields or constraints. With 7% schema coverage and 15 parameters, the description adds minimal semantic value.

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 the action ('update') and resource ('existing contact in Apollo CRM'), distinguishing it from create/delete tools. However, it could explicitly differentiate from bulk_update_contacts.

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?

Implies usage when you have an existing contact ID and want to modify specific fields, but lacks explicit guidance on when to use versus alternatives (e.g., search then update).

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

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