Skip to main content
Glama

MCP Google Contacts Server

by RayanZaki

search_directory

Locate specific individuals in your Google Workspace directory by entering a search term and defining result limits, streamlining organization-wide member inquiries.

Instructions

Search for people specifically in the Google Workspace directory.

This performs a more targeted search of your organization's directory. Args: query: Search term to find specific directory members max_results: Maximum number of results to return (default: 20)

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes

Input Schema (JSON Schema)

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