Skip to main content
Glama

MCP Google Contacts Server

by RayanZaki

search_contacts

Locate specific contacts by searching with a name, email, or phone number query using this tool to retrieve up to a defined maximum number of results.

Instructions

Search contacts by name, email, or phone number.

Args: query: Search term to find in contacts max_results: Maximum number of results to return (default: 10)

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_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