get_search_engine_info
Retrieve metadata about a Programmable Search Engine using a user's Google email. Obtain key details such as configuration and available refinements within Google Workspace MCP Server.
Instructions
Retrieves metadata about a Programmable Search Engine.
Args: user_google_email (str): The user's Google email address. Required.
Returns: str: Information about the search engine including its configuration and available refinements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_google_email | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_google_email": {
"title": "User Google Email",
"type": "string"
}
},
"required": [
"user_google_email"
],
"type": "object"
}