Skip to main content
Glama

site_selection_canvas

Read-onlyIdempotent

Identify optimal US data-center markets by providing capacity target, region, and deadline. Receive a ranked shortlist with power verdicts and risk flags.

Instructions

Guided end-to-end data-center site selection. Give a capacity target + geography + deadline and get a ranked shortlist of US markets (DCPI verdict, excess-power headroom, time-to-power, ISO) — and, with a paid key, the synthesis decision layer: the #1 pick, the why, a build sequence, and risk flags. One find->rank->shortlist->verdict call over the DC Hub Power Index. Try: site_selection_canvas capacity_mw=100 region=TX max_months=24. Do NOT use for a single known parcel (use analyze_site) or an open-ended where-should-I-build question (use get_dchub_recommendation); this runs the full find to rank to shortlist to verdict flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of shortlist markets to return
regionNoGeography scope, e.g. a US state code like TX or a region like us/apac
verdictNoOptional DCPI verdict filter: BUILD, CAUTION, or AVOID
max_monthsNoMaximum acceptable time-to-power in months, 1-120, e.g. 24
capacity_mwNoTarget power load for the build in megawatts (MW), 1-5000, e.g. 100
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the description's main transparency value is adding context beyond those. The description details the flow (find->rank->shortlist->verdict), mentions a paid key unlocks additional features, and implies US-only scope. This adds meaningful behavioral context without contradicting annotations. While not perfect (e.g., no mention of response size limits), it is strong.

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

Conciseness5/5

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

The description is efficient: one paragraph with every sentence serving a purpose. It starts with the core purpose, then details outputs, gives an example, and ends with exclusions. There is no redundancy or fluff. The front-loading is excellent.

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?

Given the tool's complexity (5 parameters, no output schema), the description covers inputs, outputs (ranked shortlist with key attributes, paid layer adds more), usage boundaries (US markets, paid key requirement), and exclusions. It provides enough context for an agent to understand the tool's role and how to invoke it correctly, despite the absence of an output schema.

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 description coverage is 100% with each parameter having a clear description. The description adds value by providing an example call (capacity_mw=100 region=TX max_months=24) and implying that certain parameters are effectively required (capacity, geography, deadline) even though the schema lists them as optional. This goes beyond the schema's individual descriptions, warranting a score above the baseline of 3.

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 clearly states the tool's purpose: 'Guided end-to-end data-center site selection.' It specifies the verb (guide/run), resource (site selection canvas), and outputs (ranked shortlist with DCPI verdict, etc.). It distinguishes from siblings by explicitly saying when NOT to use it and naming alternatives (analyze_site, get_dchub_recommendation). This meets the criteria for a specific verb+resource and sibling differentiation.

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?

The description provides explicit usage guidance: 'Give a capacity target + geography + deadline and get a ranked shortlist of US markets.' It also gives a concrete example (site_selection_canvas capacity_mw=100 region=TX max_months=24). Crucially, it states when NOT to use it: for a single known parcel (use analyze_site) or open-ended where-should-I-build (use get_dchub_recommendation). This is excellent contextual guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/azmartone67/dchub-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server