get_metrics
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries