list_spreadsheets
Retrieve a list of your Google Sheets spreadsheets ordered by last modified. Use it to find a spreadsheet by name and get its ID for further operations.
Instructions
List accessible Google Sheets spreadsheets (most-recently-modified first).
Use this as a discovery step when the user only has a spreadsheet name — the returned ID feeds get_spreadsheet_info, read_sheet_values, etc. For a broader Drive search by name use search_drive_files with file_type="sheet". Requires the drive.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| max_results | No | Max spreadsheets to return. Default 25. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |