WebMCP Registry

stacktree_set_email_gate

verifiedv0.1

Only viewers with an email on this domain get in. Requires a signed-in Stacktree session.

Updated 7/11/2026 · Created 7/11/2026

Input Schema

{
  "type": "object",
  "required": [
    "site",
    "domain"
  ],
  "properties": {
    "site": {
      "type": "string",
      "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
    },
    "domain": {
      "type": "string",
      "description": "e.g. acme.com — leave the @ off"
    }
  }
}

Full Contract

{
  "name": "stacktree_set_email_gate",
  "description": "Only viewers with an email on this domain get in. Requires a signed-in Stacktree session.",
  "inputSchema": {
    "type": "object",
    "required": [
      "site",
      "domain"
    ],
    "properties": {
      "site": {
        "type": "string",
        "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
      },
      "domain": {
        "type": "string",
        "description": "e.g. acme.com — leave the @ off"
      }
    }
  }
}

GET /api/tool/stacktr.ee/stacktree_set_email_gate