Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

check_drive_file_public_access

Verify public link sharing status of a specific file in Google Drive by providing the user's email and file name. Ensures file access security and compliance.

Instructions

Searches for a file by name and checks if it has public link sharing enabled.

Args: user_google_email (str): The user's Google email address. Required. file_name (str): The name of the file to check.

Returns: str: Information about the file's sharing status and whether it can be used in Google Docs.

Input Schema

NameRequiredDescriptionDefault
file_nameYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "file_name": { "title": "File Name", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email", "file_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