WebMCP Registry

stacktree_set_password

verifiedv0.1

Require a password before the page renders. Requires a signed-in Stacktree session.

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

Input Schema

{
  "type": "object",
  "required": [
    "site",
    "password"
  ],
  "properties": {
    "site": {
      "type": "string",
      "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
    },
    "password": {
      "type": "string",
      "description": "Viewers will need this to open the page"
    }
  }
}

Full Contract

{
  "name": "stacktree_set_password",
  "description": "Require a password before the page renders. Requires a signed-in Stacktree session.",
  "inputSchema": {
    "type": "object",
    "required": [
      "site",
      "password"
    ],
    "properties": {
      "site": {
        "type": "string",
        "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
      },
      "password": {
        "type": "string",
        "description": "Viewers will need this to open the page"
      }
    }
  }
}

GET /api/tool/stacktr.ee/stacktree_set_password