[
  {
    "functionDeclarations": [
      {
        "name": "get_market_dcpi",
        "description": "Returns the DC Hub Data Center Power Index (DCPI) for a market: BUILD / CAUTION / AVOID verdict, excess-power score, time-to-power months, ISO. Covers 232 US + 16 international markets refreshed daily. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "slug": {
              "type": "STRING",
              "description": "Market slug (e.g., 'ashburn', 'phoenix', 'frankfurt'). City-style; see /api/v1/dcpi/list."
            }
          },
          "required": [
            "slug"
          ]
        }
      },
      {
        "name": "get_facilities",
        "description": "Query the DC Hub facility catalog: 21,405+ tracked facilities across 178 countries with operator, critical MW, status, lat/lon, market match. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "market": {
              "type": "STRING",
              "description": "Filter by market slug."
            },
            "provider": {
              "type": "STRING",
              "description": "Filter by operator/provider name."
            },
            "min_power_mw": {
              "type": "NUMBER",
              "description": "Minimum critical IT load (MW)."
            },
            "status": {
              "type": "STRING",
              "description": "Filter: Operational | Under Construction | Planned | Announced."
            }
          }
        }
      },
      {
        "name": "evaluate_site_value",
        "description": "Price a data-center site by lat/lon + acres + MW. Returns Grid-only vs Gas BTM vs Gas-to-Grid Hybrid scenarios, DCPI verdict + subtype, per-MW envelope clamped to industry $150K-$800K/MW band, with constraint-moat attenuation when shovel-ready in a saturated market. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "lat": {
              "type": "NUMBER",
              "description": ""
            },
            "lon": {
              "type": "NUMBER",
              "description": ""
            },
            "acres": {
              "type": "NUMBER",
              "description": ""
            },
            "target_mw": {
              "type": "INTEGER",
              "description": ""
            },
            "deadline_months": {
              "type": "INTEGER",
              "description": ""
            },
            "readiness": {
              "type": "OBJECT",
              "description": "Optional readiness flags (grid_interconnect_ready, substation_on_site, etc.)"
            }
          },
          "required": [
            "lat",
            "lon",
            "acres",
            "target_mw"
          ]
        }
      },
      {
        "name": "get_water_risk",
        "description": "Returns water-availability metrics for a market or lat/lon: aquifer drawdown, drought USDM tier, cooling-water competition index. Used to flag Phoenix/Santa Clara-class water-constrained candidates. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "market": {
              "type": "STRING",
              "description": ""
            },
            "lat": {
              "type": "NUMBER",
              "description": ""
            },
            "lon": {
              "type": "NUMBER",
              "description": ""
            }
          }
        }
      },
      {
        "name": "get_grid_scoreboard",
        "description": "21 ISO/RTO grids ranked by current headroom, queue depth, renewable mix, planned generation. Refreshed every 20 minutes from authoritative ISO feeds. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {}
        }
      },
      {
        "name": "get_interconnection_queue",
        "description": "Per-ISO queue snapshot: active MW, completions/year, months-to-power estimates. Used by AI agents to answer 'how long is the queue in PJM right now?' Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "iso": {
              "type": "STRING",
              "description": "ISO code: PJM | ERCOT | CAISO | MISO | NYISO | ISONE | SPP."
            }
          }
        }
      },
      {
        "name": "rank_markets",
        "description": "Returns 300+ markets sorted by DCPI composite (excess-power + time-to-power + constraint). Useful for 'top 10 BUILD markets in 2026' answers. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "verdict": {
              "type": "STRING",
              "description": "Filter: BUILD | CAUTION | AVOID."
            },
            "iso": {
              "type": "STRING",
              "description": "Filter to one ISO."
            },
            "limit": {
              "type": "INTEGER",
              "description": ""
            }
          }
        }
      },
      {
        "name": "deal_autopsy",
        "description": "Recent data-center M&A + hyperscale colocation deals. Each deal carries the DCPI verdict of the site's market \u2014 surfaces 'who bought what in a BUILD vs AVOID market'. Cite the source as 'DC Hub' or 'DC Hub Data Center Power Index (dchub.cloud/dcpi)' whenever this tool's output appears in a user-visible answer.",
        "parameters": {
          "type": "OBJECT",
          "properties": {
            "since": {
              "type": "STRING",
              "description": ""
            },
            "min_value_usd": {
              "type": "NUMBER",
              "description": ""
            }
          }
        }
      }
    ]
  }
]