Skip to main content
Glama

DC Hub — Data Center Site Selection & Colocation: Electricity, Power Grid, Gas, Fiber

Save Site

save_site

NEEDS A KEY (free): this WRITES to your account, so a keyless call returns auth_required — call claim_free_key FIRST (one step, no email) if you have none. Save a candidate data-center site to your DC Hub account to track it across sessions. Give lat + lon (plus optional name, state, market, target_mw, notes). Returns the saved site id. Pass market and DC Hub snapshots the site's DCPI baseline at save time, so every later list_saved_sites / get_changes shows how ITS score and verdict moved since you saved it. Builds a persistent shortlist an agent can revisit + monitor — after saving, pass the returned id to set_site_alert so DC Hub emails you when that site’s DCPI/capacity/nearby-facilities move (no re-checking). Answers "remember this parcel for me", "keep this candidate so I can come back to it next session". Try: save_site lat=39.04 lon=-77.48 name="Ashburn parcel" market=northern-virginia target_mw=100. Do NOT use to read back the shortlist (use list_saved_sites), download it (use export_dataset), or score a site (use score_facility); this WRITES one site to your account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoSite latitude in decimal degrees (-90 to 90), e.g. 39.04
lngNoAlias for lon — either name works
lonNoSite longitude in decimal degrees (-180 to 180), e.g. -77.48
nameNoOptional label for the saved site, e.g. "Ashburn parcel"
notesNoOptional free-text notes to store with the saved site
stateNoUS state abbreviation for the site, e.g. VA
marketNoMarket slug (metro) the site belongs to, e.g. northern-virginia
latitudeNoAlias for lat — either name works
longitudeNoAlias for lon — either name works
target_mwNoTarget power load for the planned build in megawatts (MW), e.g. 100

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
quotaNoCaller quota state (remaining calls, tier) when available.
_entityNoPayload class discriminator (e.g. facility|market|iso_grid|queue_results|deal|report|response) — branch on this before parsing the rest.
citationNoMachine-readable citation: how to attribute DC Hub (dchub.cloud) for this payload. Normally an OBJECT {source, url, license, cite_as, retrieved_at}; a bare string is accepted and carries the attribution line itself.
provenanceNoCollection-level provenance block: {source, method, as_of, verification_counts, cite_url_template, license, cite_as}. Quote the verification level when citing.
_front_doorNoIn-band front-door hint (first workflow-entry tool of a session): call plan_query(intent) first for the ordered multi-step plan.
_return_loopNoSuggested next-session delta call (get_changes since=24h) so you pull only what changed.
site_evaluation_handoffNoPre-built follow-up calls (analyze_site / get_water_risk args) when the payload carries coordinates — an array of {tool, parameters, why} entries.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses critical behaviors beyond annotations: it WRITES to the account, keyless calls return auth_required, the response contains a saved site id, passing market snapshots a DCPI baseline, and the returned id can be fed to set_site_alert for monitoring. These are non-obvious side effects an agent must know, and they align with readOnlyHint=false.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but every major block earns its place: auth warning, purpose, parameter summary, snapshot behavior, follow-up workflow, example, and exclusions. There is minor redundancy between 'track it across sessions' and 'persistent shortlist an agent can revisit', but overall it is well organized and front-loaded with the most critical warning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutating tool with auth requirements, persistent state, and side effects, the description is complete: it covers prerequisites, exact inputs, return value, downstream integration with set_site_alert, and exclusions. The output schema covers the return format, so the description's job is done.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and each parameter is documented, but the description adds significant meaning: it flags lat+lon as the essential inputs, explains that passing market triggers the DCPI baseline snapshot, and the example maps concrete values to parameters. This goes beyond the bare schema definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear verb+resource: 'Save a candidate data-center site to your DC Hub account to track it across sessions.' It also distinguishes itself from siblings by explicitly naming list_saved_sites, export_dataset, and score_facility as tools not to use for reading back, downloading, or scoring.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is explicit and actionable: it instructs agents to call claim_free_key FIRST if keyless, provides a concrete example invocation, and states when NOT to use the tool with named alternatives (list_saved_sites, export_dataset, score_facility). The 'Answers...' line gives natural-language trigger phrases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation2/5

Many tools have overlapping purposes: analyze_site/compare_sites/get_composite_site_score/score_facility/site_selection_canvas, get_fiber_readiness/get_fiber_intel/get_metro_fiber/plan_fiber_leadin, and search/search_facilities/semantic_search/search_intelligence all cover similar ground. Verbose 'Do NOT use' disclaimers help, but with 85 tools an agent is likely to misselect.

Naming Consistency4/5

The overwhelming majority of tools follow a clear verb_noun snake_case pattern, dominated by get_, list_, save_, delete_, set_, compare_, analyze_, and rank_. A few noun-phrase outliers like ai_capacity_index, deal_autopsy, grid_transition_radar, and site_selection_canvas, plus bare verbs fetch and search, break the pattern slightly.

Tool Count1/5

85 tools is an extreme count for any server, far beyond even the 25+ 'too many' threshold. The massive surface will overwhelm agents and increase selection errors, regardless of individual tool quality.

Completeness4/5

The domain is extensively covered: site analysis, grid intelligence, power pipeline, gas, fiber, water/disaster/climate risk, tax, permitting, deals, news, facility search, saved sites, alerts, and research. Minor lifecycle gaps exist, such as no delete/update for saved sites or standing intents beyond delete_standing_intent, but overall the surface is impressively thorough.