Skip to main content
Glama

MCP Google Contacts Server

by RayanZaki

list_contacts

Retrieve and filter Google Contacts by name with custom results limit. Use to access and organize contact lists efficiently within your Google account.

Instructions

List all contacts or filter by name.

Args: name_filter: Optional filter to find contacts by name max_results: Maximum number of results to return (default: 100)

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
name_filterNo

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 100, "title": "Max Results", "type": "integer" }, "name_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name Filter" } }, "title": "list_contactsArguments", "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