WebMCP Registry

stacktree_open_site

verifiedv0.1

Open the published page in a new tab. Requires a signed-in Stacktree session.

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

Input Schema

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

Full Contract

{
  "name": "stacktree_open_site",
  "description": "Open the published page in a new tab. Requires a signed-in Stacktree session.",
  "inputSchema": {
    "type": "object",
    "required": [
      "site"
    ],
    "properties": {
      "site": {
        "type": "string",
        "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
      }
    }
  }
}

GET /api/tool/stacktr.ee/stacktree_open_site