stacktree_remove_password
verifiedv0.1Drop the password gate from a site. 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_remove_password",
"description": "Drop the password gate from a site. 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_remove_password