Skip to main content
Glama

Meme MCP Server

by 0x8687
Apache 2.0

create-label

Generate and manage Gmail labels by specifying name, label list visibility, and message list visibility using this tool from the Meme MCP Server.

Instructions

Create a new Gmail label

Input Schema

NameRequiredDescriptionDefault
labelListVisibilityNoVisibility of the label in the label list
messageListVisibilityNoVisibility of the label in the message list
nameYesThe name of the label to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelListVisibility": { "description": "Visibility of the label in the label list", "type": "string" }, "messageListVisibility": { "description": "Visibility of the label in the message list", "type": "string" }, "name": { "description": "The name of the label to create", "type": "string" } }, "required": [ "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0x8687/mcp-gmail-v1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server