Skip to main content
Glama

Apollo.io MCP Server

update_account

Modify existing account details in Apollo.io by updating specific fields like name, domain, or phone number while preserving unchanged information.

Instructions

Update an existing account in Apollo.io.

This tool updates account information with the provided data. Only specified fields will be updated.

Input Schema

NameRequiredDescriptionDefault
account_idYes
domainNo
nameNo
phone_numberNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "phone_number": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Phone Number" } }, "required": [ "account_id" ], "type": "object" }

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/FromSmall2Big/Apollo-MCP'

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