stacktree_get_site
verifiedv0.1Get a site's HTML source — to edit it, or hand it to an agent to personalize. Agents calling this over WebMCP get the raw source back so they can edit and update in place. 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_get_site",
"description": "Get a site's HTML source — to edit it, or hand it to an agent to personalize. Agents calling this over WebMCP get the raw source back so they can edit and update in place. 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_get_site