WebMCP Registry

stacktree_update_site

verifiedv0.1

Replace a page's HTML in place; the URL stays the same. Paste new HTML, or let an agent edit the source from get_site and write it back — the write half of the personalize loop. Requires a signed-in Stacktree session.

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

Input Schema

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

Full Contract

{
  "name": "stacktree_update_site",
  "description": "Replace a page's HTML in place; the URL stays the same. Paste new HTML, or let an agent edit the source from get_site and write it back — the write half of the personalize loop. Requires a signed-in Stacktree session.",
  "inputSchema": {
    "type": "object",
    "required": [
      "site",
      "content"
    ],
    "properties": {
      "site": {
        "type": "string",
        "description": "Which site to act on — the site's title, slug, or ID as shown in your dashboard."
      },
      "content": {
        "type": "string",
        "description": "The full new HTML for the page."
      }
    }
  }
}

GET /api/tool/stacktr.ee/stacktree_update_site