Skip to main content
Glama

Google Workspace MCP Server

by ZatesloFL

list_spreadsheets

Retrieve and display a formatted list of Google Sheets files accessible to a specific user, including file name, ID, and modification time. Specify the user's email and optional result limit.

Instructions

Lists spreadsheets from Google Drive that the user has access to.

Args: user_google_email (str): The user's Google email address. Required. max_results (int): Maximum number of spreadsheets to return. Defaults to 25.

Returns: str: A formatted list of spreadsheet files (name, ID, modified time).

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 25, "title": "Max Results", "type": "integer" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "user_google_email" ], "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