Skip to main content
Glama
MIT License
549
28
  • Apple
  • Linux

watch_mailbox

Monitor changes in a user's Gmail mailbox by specifying Cloud Pub/Sub topics and label filters. Configure notifications to include or exclude specific labels for targeted updates.

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