You're viewing a demo portfolio

Join the waitlist
PRSM

write_file

Active

Tool of BorealHost

declared in 1.27.0

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"
    }
  }
}

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 →