list_spreadsheets
Retrieve accessible Google Sheets from your Drive by providing your email address. This tool displays spreadsheet names, IDs, and modification dates for organized file management.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| max_results | No |