List Gmail Labels
gmail_list_labelsList all Gmail labels and their IDs/types. Pick markdown or JSON output to integrate with your workflow.
Instructions
List all labels (folders) in Gmail.
Args:
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of all labels with their IDs and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' or 'json' | markdown |