read_file
ActiveTool of BorealHost
Read the contents of a file from a site's container. Max file size: 512KB. Binary files are rejected — use the site's file manager or SSH for binary files. Requires: API key with read scope. Args: slug: Site identifier path: Relative path to the file Returns: {"path": "wp-config.php", "content": "<?php ...", "size": 1234, "encoding": "utf-8"} Errors: NOT_FOUND: File doesn't exist VALIDATION_ERROR: File is binary or exceeds 512KB
Parameters schema
{
"type": "object",
"title": "read_fileArguments",
"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