Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

search_custom_siterestrict

Search within specified websites using Google Custom Search. Enter a query, list of domains, and optional parameters like result count or safe search level to retrieve filtered results.

Instructions

Performs a search restricted to specific sites using Google Custom Search.

Args: user_google_email (str): The user's Google email address. Required. q (str): The search query. Required. sites (List[str]): List of sites/domains to search within. num (int): Number of results to return (1-10). Defaults to 10. start (int): The index of the first result to return (1-based). Defaults to 1. safe (Literal["active", "moderate", "off"]): Safe search level. Defaults to "off".

Returns: str: Formatted search results from the specified sites.

Input Schema

NameRequiredDescriptionDefault
numNo
qYes
safeNooff
sitesYes
startNo
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "num": { "default": 10, "title": "Num", "type": "integer" }, "q": { "title": "Q", "type": "string" }, "safe": { "default": "off", "enum": [ "active", "moderate", "off" ], "title": "Safe", "type": "string" }, "sites": { "items": { "type": "string" }, "title": "Sites", "type": "array" }, "start": { "default": 1, "title": "Start", "type": "integer" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "q", "sites" ], "type": "object" }

Other Tools from Google Workspace MCP Server

Related Tools

    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/ZatesloFL/google_workspace_mcp'

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