Request Capacity Intro
request_capacity_introRequest capacity introductions from data center providers by submitting a listing slug or standing requirement with location, size, and timeline. Provider accepts or declines before contact details are shared.
Instructions
Use when your human wants capacity behind a Capacity Source listing (pass slug), or wants first access to capacity matching a requirement as listings are onboarded (omit slug; pass capacity_mw or capacity_kw, markets, states, regions or countries, and timeline). This registers a deal: DC Hub records the request in its lead register and sends the provider ONLY your human's company name and the requirement. The provider accepts or declines. Only if the provider accepts does DC Hub share the provider's identity, site details and contact with your human, and your human's name, role and email with the provider; on a decline nothing is shared. Requires an identified caller (claim_free_key, then bind_email with your human's address) and accept_terms=true only after your human has read and agreed to the introduction terms at https://dchub.cloud/listings#terms. Returns lead_id, status and the next step. For a listing, source_capacity with its slug then shows the deal status in the disclosure block and, once the provider accepts, the provider's identity, site and contact. Do NOT use to save or monitor a site (use save_site / set_site_alert).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Your human's full name. Nothing is sent without it; use only what they gave you, never invent it | |
| role | No | Your human's role or title | |
| slug | No | The listing to register a deal for: its slug or id from source_capacity. Omit to register a standing requirement for upcoming listings instead | |
| notes | No | Anything else the provider should know about the requirement. It travels with the requirement, so leave out anything that identifies your human | |
| states | No | Comma-separated US states of interest, e.g. "TX, AZ" | |
| company | No | Your human's company. Nothing is sent without it | |
| markets | No | Comma-separated markets of interest, e.g. "Dallas, Phoenix" | |
| message | No | A short note from your human for the provider. The deal registration itself carries only the company name and the requirement | |
| regions | No | Comma-separated regions of interest from north_america, latin_america, europe, asia_pacific and middle_east_africa (aliases emea, apac, latam, americas), e.g. "europe, apac" | |
| timeline | No | When the capacity is needed, e.g. a quarter and year | |
| use_case | No | What the capacity is for, e.g. "AI inference" | |
| countries | No | Comma-separated countries of interest, e.g. "Germany, Netherlands" | |
| capacity_kw | No | Capacity needed, in kW (capacity_mw is the same requirement in MW) | |
| capacity_mw | No | Capacity needed, in MW | |
| accept_terms | No | Set true ONLY after your human has read and agreed to the introduction terms at https://dchub.cloud/listings#terms. Unless it is exactly true, nothing is sent | |
| terms_version | No | The terms version your human agreed to, e.g. program.terms.version from source_capacity. Omit to send the version currently published |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quota | No | Caller quota state (remaining calls, tier) when available. | |
| _entity | No | Payload class discriminator (e.g. facility|market|iso_grid|queue_results|deal|report|response) — branch on this before parsing the rest. | |
| citation | No | Machine-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. | |
| provenance | No | Collection-level provenance block: {source, method, as_of, verification_counts, cite_url_template, license, cite_as}. Quote the verification level when citing. | |
| _front_door | No | In-band front-door hint (first workflow-entry tool of a session): call plan_query(intent) first for the ordered multi-step plan. | |
| _return_loop | No | Suggested next-session delta call (get_changes since=24h) so you pull only what changed. | |
| site_evaluation_handoff | No | Pre-built follow-up calls (analyze_site / get_water_risk args) when the payload carries coordinates — an array of {tool, parameters, why} entries. |