list_labels
Retrieve all labels from a Gmail mailbox to organize and manage email workflows efficiently using the Gmail MCP server.
Instructions
List all labels in the user's mailbox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}