gmail-get-labels
Retrieve all Gmail labels programmatically using this tool. Integrate with MCP Server Boilerplate to manage and automate email labeling workflows efficiently.
Instructions
Get all Gmail labels
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"
}