write_file
ActiveTool of BorealHost
Write or overwrite a text file 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 to the file content: File content as a UTF-8 string Returns: {"success": true, "path": "...", "size": 1234} Errors: NOT_FOUND: Unknown slug FORBIDDEN: Protected system path
Parameters schema
{
"type": "object",
"title": "write_fileArguments",
"required": [
"slug",
"path",
"content"
],
"properties": {
"path": {
"type": "string",
"title": "Path"
},
"slug": {
"type": "string",
"title": "Slug"
},
"content": {
"type": "string",
"title": "Content"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries