manage_theme
ActiveTool of BorealHost
Install, activate, or delete a WordPress theme. Requires: API key with write scope. Args: slug: Site identifier action: "install", "activate", or "delete" theme: Theme slug (e.g. "twentytwentyfour", "astra") Returns: {"action": "install", "theme": "astra", "result": {...}}
Parameters schema
{
"type": "object",
"title": "manage_themeArguments",
"required": [
"slug",
"action",
"theme"
],
"properties": {
"slug": {
"type": "string",
"title": "Slug"
},
"theme": {
"type": "string",
"title": "Theme"
},
"action": {
"type": "string",
"title": "Action"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries