stacktree_site_settings
verifiedv0.1Jump to a site's settings page. 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_site_settings",
"description": "Jump to a site's settings page. 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_site_settings