gmail_list_labels
Retrieve a complete list of Gmail labels, covering system labels such as INBOX and user-created custom labels, returned as JSON with id, name, and type.
Instructions
List all Gmail labels (system labels like INBOX plus user-created ones).
Returns: str: JSON list of {id, name, type}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |