Gmail MCP

by shinzo-labs
Verified
MIT License
126
1
  • Apple
  • Linux

update_vacation

Modify Gmail vacation responder settings to enable auto-replies, set response times, customize message content, and restrict replies to contacts or domain users.

Instructions

Update vacation responder settings

Input Schema

NameRequiredDescriptionDefault
enableAutoReplyYesWhether the vacation responder is enabled
endTimeNoEnd time for sending auto-replies (epoch ms)
responseBodyPlainTextYesResponse body in plain text format
responseSubjectNoOptional subject line for the vacation responder auto-reply
restrictToContactsNoWhether responses are only sent to contacts
restrictToDomainNoWhether responses are only sent to users in the same domain
startTimeNoStart time for sending auto-replies (epoch ms)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enableAutoReply": { "description": "Whether the vacation responder is enabled", "type": "boolean" }, "endTime": { "description": "End time for sending auto-replies (epoch ms)", "type": "string" }, "responseBodyPlainText": { "description": "Response body in plain text format", "type": "string" }, "responseSubject": { "description": "Optional subject line for the vacation responder auto-reply", "type": "string" }, "restrictToContacts": { "description": "Whether responses are only sent to contacts", "type": "boolean" }, "restrictToDomain": { "description": "Whether responses are only sent to users in the same domain", "type": "boolean" }, "startTime": { "description": "Start time for sending auto-replies (epoch ms)", "type": "string" } }, "required": [ "enableAutoReply", "responseBodyPlainText" ], "type": "object" }
ID: 1je9b8hapn