You're viewing a demo portfolio

Join the waitlist
PRSM

update_email_rule

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

EmailMCP

https://github.com/nfodor/emailmcp

1/7 registries
View full server →
update_email_rule — EmailMCP — PRSM MCP