Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

list_spreadsheets

Retrieve and display a list of Google Drive spreadsheets accessible to a specified user, including file names, IDs, and modification times. Configure results limit for precise output.

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
serviceYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 25, "title": "Max Results", "type": "integer" }, "service": { "title": "service", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email" ], "title": "list_spreadsheetsArguments", "type": "object" }

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/taylorwilsdon/google_workspace_mcp'

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