5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "stacktree_publish_html" /* short, unique, verb-based */ }stacktree_publish_html, stacktree_open_dashboard, stacktree_view_pricing, stacktree_view_docs, stacktree_copy_install_command<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="stacktree_publish_html" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "stacktree_publish_html",
"description": "Publish an HTML page to Stacktree and get a live, shareable URL back instantly — no account or sign-in required. Pass a complete HTML document as \"html\"; use this whenever the user wants to put a page you generated online. Anonymous sites are unlisted and expire after 24h by default; the response includes a claim_url the user can open to move the page into an account, where it lives 7 days on the free plan and stops expiring from Solo ($19/mo) up.",
"inputSchema": {
"type": "object",
"properties": {
"html": {
"type": "string",
"description": "Paste a complete HTML document (a full <!doctype html> page)."
},
"password": {
"type": "string",
"description": "Optional — require a password to view."
},
"expiry_hours": {
"type": "number",
"description": "Optional — hours until auto-delete (default 24)."
}
},
"required": [
"html"
]
},
"annotations": {
"readOnlyHint": false,
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": true
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "stacktree_publish_html" /* short, unique, verb-based */ }stacktree_publish_html, stacktree_open_dashboard, stacktree_view_pricing, stacktree_view_docs, stacktree_copy_install_command<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="stacktree_publish_html" tooldescription="...">
<!-- the same action, as UI -->
</form>