You're viewing a demo portfolio

Join the waitlist
PRSM

get_metrics

Active

Tool of BorealHost

declared in 1.27.0

Get traffic and performance metrics for a site. Requires: API key with read scope. Args: slug: Site identifier days: Number of days of history (1–90, default: 7) Returns: {"requests": [...], "bandwidth": [...], "errors": [...], "period": {"start": "iso8601", "end": "iso8601"}} Errors: NOT_FOUND: Unknown slug VALIDATION_ERROR: days out of range

Parameters schema

{
  "type": "object",
  "title": "get_metricsArguments",
  "required": [
    "slug"
  ],
  "properties": {
    "days": {
      "type": "integer",
      "title": "Days",
      "default": 7
    },
    "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 →
get_metrics — BorealHost — PRSM MCP