Gmail
gmail_update_vacation
Enable or disable vacation auto-reply (out of office) with custom response message.
Remote node2flow/gmail-mcp
Other tools also called gmail_update_vacation?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"end_time": {
"type": "string",
"description": "End time in epoch milliseconds. Omit for no end date"
},
"start_time": {
"type": "string",
"description": "Start time in epoch milliseconds (e.g., \"1704067200000\"). Omit for immediate start"
},
"response_subject": {
"type": "string",
"description": "Subject line for the auto-reply (optional, uses original subject if omitted)"
},
"enable_auto_reply": {
"type": "boolean",
"description": "Whether to enable the vacation auto-reply"
},
"response_body_html": {
"type": "string",
"description": "HTML body for the auto-reply"
},
"restrict_to_domain": {
"type": "boolean",
"description": "Only send auto-reply to same domain (default: false)"
},
"restrict_to_contacts": {
"type": "boolean",
"description": "Only send auto-reply to people in contacts (default: false)"
},
"response_body_plain_text": {
"type": "string",
"description": "Plain text body for the auto-reply"
}
}
}