You're viewing a demo portfolio

Join the waitlist
PRSM

get_facility

Active

Tool of cloud.dchub/mcp-server

declared in 2.4.4

Full metadata for one facility — name, operator, address, lat/lon, power capacity (MW total/used), cooling type, fiber providers (count + carrier list), commissioning year, status, the DCPI verdict for its market, and peer facilities nearby. Try: get_facility id=equinix-dc1-ashburn — or get_facility slug=digital-realty-iad8. Returns ONE facility in full; do NOT use to search or list many facilities (use search_facilities).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Alias for facility_id — a facility id/slug from a prior search result"
    },
    "name": {
      "type": "string",
      "description": "Facility name as a fallback lookup when no id/slug is known, e.g. \"QTS Ashburn\""
    },
    "slug": {
      "type": "string",
      "description": "Facility slug from a prior search result, e.g. digital-realty-iad8"
    },
    "facility_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "number"
        }
      ],
      "description": "Facility id from a prior search_facilities/search result (numeric or string), e.g. equinix-dc1-ashburn"
    },
    "include_power": {
      "type": "boolean",
      "description": "Include power capacity detail (total/used MW) in the response (default true)"
    },
    "include_nearby": {
      "type": "boolean",
      "description": "Include peer facilities near this one in the response (default true)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cloud.dchub/mcp-server

https://github.com/azmartone67/dchub-backend

1/7 registries
View full server →