Skip to main content
Glama

MCP Google Contacts Server

by RayanZaki

update_contact

Modify existing Google Contacts by updating first name, last name, email, or phone number using the contact's resource name. Streamlines contact management within Google accounts.

Instructions

Update an existing contact.

Args: resource_name: Contact resource name (people/*) given_name: Updated first name family_name: Updated last name email: Updated email address phone: Updated phone number

Input Schema

NameRequiredDescriptionDefault
emailNo
family_nameNo
given_nameNo
phoneNo
resource_nameYes

Input Schema (JSON Schema)

{ "properties": { "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "family_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Family Name" }, "given_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Given Name" }, "phone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Phone" }, "resource_name": { "title": "Resource Name", "type": "string" } }, "required": [ "resource_name" ], "title": "update_contactArguments", "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/RayanZaki/mcp-google-contacts-server'

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