Skip to main content
Glama
MIT License
368
7
  • Apple
  • Linux

watch_mailbox

Monitor changes in a Gmail mailbox, such as new emails or label updates, and publish notifications to a specified Cloud Pub/Sub topic for real-time email tracking.

Instructions

Watch for changes to the user's mailbox

Input Schema

NameRequiredDescriptionDefault
labelFilterActionNoWhether to include or exclude the specified labels
labelIdsNoLabel IDs to restrict notifications to
topicNameYesThe name of the Cloud Pub/Sub topic to publish notifications to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelFilterAction": { "description": "Whether to include or exclude the specified labels", "enum": [ "include", "exclude" ], "type": "string" }, "labelIds": { "description": "Label IDs to restrict notifications to", "items": { "type": "string" }, "type": "array" }, "topicName": { "description": "The name of the Cloud Pub/Sub topic to publish notifications to", "type": "string" } }, "required": [ "topicName" ], "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/shinzo-labs/gmail-mcp'

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