Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

start_google_auth

Manually initiate Google OAuth authentication to re-authenticate, proactively authenticate, or retry failed flows. Use when switching credentials or if automatic authentication fails.

Instructions

Manually initiate Google OAuth authentication flow.

NOTE: This tool should typically NOT be called directly. The authentication system automatically handles credential checks and prompts for authentication when needed. Only use this tool if:

  1. You need to re-authenticate with different credentials

  2. You want to proactively authenticate before using other tools

  3. The automatic authentication flow failed and you need to retry

In most cases, simply try calling the Google Workspace tool you need - it will automatically handle authentication if required.

Input Schema

NameRequiredDescriptionDefault
service_nameYes
user_google_emailNouser@example.com

Input Schema (JSON Schema)

{ "properties": { "service_name": { "title": "Service Name", "type": "string" }, "user_google_email": { "default": "user@example.com", "title": "User Google Email", "type": "string" } }, "required": [ "service_name" ], "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