You're viewing a demo portfolio

Join the waitlist
PRSM

list_files

Active

Tool of BorealHost

declared in 1.27.0

List files and directories in a site's container. Path scoping depends on the plan: - Shared plans: rooted at wp-content/ (WordPress content directory) - VPS/dedicated plans: full filesystem access Requires: API key with read scope. Args: slug: Site identifier path: Relative path to list (empty for root of accessible area) Returns: {"path": "/", "entries": [{"name": "index.php", "type": "file", "size": 1234, "modified": "iso8601"}, {"name": "uploads", "type": "directory", "modified": "iso8601"}]} Errors: NOT_FOUND: Unknown slug or path doesn't exist

Parameters schema

{
  "type": "object",
  "title": "list_filesArguments",
  "required": [
    "slug"
  ],
  "properties": {
    "path": {
      "type": "string",
      "title": "Path",
      "default": ""
    },
    "slug": {
      "type": "string",
      "title": "Slug"
    }
  }
}

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 →
list_files — BorealHost — PRSM MCP