update_email_rule
ActiveTool of EmailMCP
declared in 1.0.0
Update an existing email rule (enable/disable, change match/actions/priority)
Parameters schema
{
"type": "object",
"required": [
"rule_id"
],
"properties": {
"stop": {
"type": "boolean",
"optional": true,
"description": "Stop after match"
},
"match": {
"type": "object",
"optional": true,
"description": "New match conditions"
},
"actions": {
"type": "array",
"optional": true,
"description": "New actions"
},
"enabled": {
"type": "boolean",
"optional": true,
"description": "Enable or disable the rule"
},
"rule_id": {
"type": "string",
"description": "Rule ID to update"
},
"priority": {
"type": "number",
"optional": true,
"description": "New priority"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
EmailMCP
https://github.com/nfodor/emailmcp
1/7 registries