Skip to main content
Glama

update_vacation

Configure Gmail vacation responder settings to automatically reply to emails while you're away. Set start/end dates, customize message content, and control who receives auto-replies.

Instructions

Update vacation responder settings

Input Schema

NameRequiredDescriptionDefault
enableAutoReplyYesWhether the vacation responder is enabled
responseSubjectNoOptional subject line for the vacation responder auto-reply
responseBodyPlainTextYesResponse body in plain text format
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)
endTimeNoEnd time for sending auto-replies (epoch ms)

Input Schema (JSON Schema)

{ "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" }

Latest Blog Posts

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/HitmanLy007/gmail-mcp'

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