List Gmail Labels
list_gmail_labelsRetrieve all Gmail labels, both system and user-created, in a structured format.
Instructions
List all labels in the user's Gmail account with structured output (system and user-created)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | No | Use 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| labels | Yes | ||
| id_to_name | Yes | ||
| user_count | Yes | ||
| total_count | Yes | ||
| user_labels | Yes | ||
| system_count | Yes | ||
| system_labels | Yes |