get_spreadsheet_info
Retrieve spreadsheet metadata including title, locale, and sheet details from Google Sheets. Use this tool to analyze spreadsheet structure and content within a secure Google Workspace environment.
Instructions
Gets information about a specific spreadsheet including its sheets.
Args: user_google_email (str): The user's Google email address. Required. spreadsheet_id (str): The ID of the spreadsheet to get info for. Required.
Returns: str: Formatted spreadsheet information including title, locale, and sheets list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| spreadsheet_id | Yes |