create_directory
ActiveTool of BorealHost
Create a directory in a site's container. Creates parent directories if they don't exist. Requires: API key with write scope. Args: slug: Site identifier path: Relative path of the directory to create Returns: {"success": true, "path": "uploads/2024", "message": "Directory created"} Errors: NOT_FOUND: Unknown slug FORBIDDEN: Protected system path
Parameters schema
{
"type": "object",
"title": "create_directoryArguments",
"required": [
"slug",
"path"
],
"properties": {
"path": {
"type": "string",
"title": "Path"
},
"slug": {
"type": "string",
"title": "Slug"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries