You're viewing a demo portfolio

Join the waitlist
PRSM

toggle_module

Active

Tool of BorealHost

declared in 1.27.0

Enable or disable an AI module on a site. The module must be in the plan's available module list. Requires: API key with write scope. Args: slug: Site identifier module_name: Module to toggle. Available modules: "chatbot" (AI chat widget), "seo" (SEO optimization), "translation" (content translation), "content" (AI content generation) Returns: {"module": "chatbot", "enabled": true, "message": "Module enabled"} Errors: NOT_FOUND: Unknown slug or module not in plan VALIDATION_ERROR: Invalid module name

Parameters schema

{
  "type": "object",
  "title": "toggle_moduleArguments",
  "required": [
    "slug",
    "module_name"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "module_name": {
      "type": "string",
      "title": "Module Name"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
toggle_module — BorealHost — PRSM MCP