Skip to main content
Glama
adampaulwalker

Google Drive CRUD MCP Server

Start Google Auth

start_google_auth

Initiate Google OAuth authentication manually to re-authenticate with different credentials, proactively authenticate before using other tools, or retry after automatic authentication fails.

Instructions

Manually initiate Google OAuth authentication flow.

NOTE: This is a legacy OAuth 2.0 tool and is disabled when OAuth 2.1 is enabled. 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

TableJSON Schema
NameRequiredDescriptionDefault
service_nameYes
user_google_emailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (readOnlyHint:false, etc.), the description reveals that this is a legacy OAuth 2.0 tool disabled in OAuth 2.1, that it manually initiates the auth flow, and that the system already handles auth automatically, so using it is an exception. This adds meaningful behavioral context about when it applies and why.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is about 100 words, front-loaded with the action, followed by a clear note and bullet guidelines. Every part is useful and formatted for scannability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, usage conditions, and legacy status well. However, it omits parameter semantics (noted above) and doesn't mention what actually happens after initiation (e.g., user prompt, return value), though an output schema exists. Overall it's solid but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Neither 'service_name' nor 'user_google_email' is described in the description or schema (coverage 0%). The description gives no hints about what values to use, leaving the agent to guess. This is a significant gap for a required parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Manually initiate Google OAuth authentication flow', a specific verb and resource. It also distinguishes itself from sibling Google Workspace tools as an auth utility and notes its legacy status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists three conditions for use ('Only use this tool if...') and advises that in most cases users should 'simply try calling the Google Workspace tool you need' because authentication is automatic. This is explicit when-to-use and when-not-to-use guidance with an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/adampaulwalker/claude-gdrive-mcp'

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