list_gmail_labels
Retrieve all Gmail labels with their IDs, names, and types for a specified Google email account to organize and manage email categorization.
Instructions
Lists all labels in the user's Gmail account.
Args: user_google_email (str): The user's Google email address. Required.
Returns: str: A formatted list of all labels with their IDs, names, and types.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes |