List Google Spreadsheets
list_spreadsheetsList all Google Drive spreadsheets you have access to, with optional filters for user email and result limit.
Instructions
List spreadsheets from Google Drive that the user has access to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum number of spreadsheets to return. Must be between 1 and 1000. Defaults to 25. | |
| user_google_email | No | The user's Google email address for Sheets access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Total number of spreadsheets found | |
| error | No | Error message if operation failed | |
| items | Yes | List of spreadsheet information | |
| userEmail | Yes | Email address of the requesting user |