get_facility
Retrieve complete metadata for a single data center facility by ID, slug, or name. Access details like power capacity, cooling type, fiber providers, and nearby peers.
Instructions
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for facility_id — a facility id/slug from a prior search result | |
| name | No | Facility name as a fallback lookup when no id/slug is known, e.g. "QTS Ashburn" | |
| slug | No | Facility slug from a prior search result, e.g. digital-realty-iad8 | |
| facility_id | No | Facility id from a prior search_facilities/search result (numeric or string), e.g. equinix-dc1-ashburn | |
| include_power | No | Include power capacity detail (total/used MW) in the response (default true) | |
| include_nearby | No | Include peer facilities near this one in the response (default true) |