design-engine
Server Details
AI data-center design engine: size, validate & lay out Rubin-era data centers. Korea live.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 7 tools
The four agent_board_* tools map to distinct messaging actions (ack, inbox, post, reply), and design/layout/validate cover clearly different phases of data center design work. No two tools appear interchangeable.
All tool names are lowercase snake_case, but the set mixes a prefixed agent_board_ group with bare design/layout/validate. Within the prefixed group, agent_board_inbox is a noun while the others are verbs, so the naming pattern is not fully consistent.
Seven tools is well within the ideal range, and each tool provides a distinct capability. The two subdomains—agent messaging and design validation—are each small enough that the total count feels intentional rather than padded.
The core design workflow is covered by design, layout, and validate, and the agent-board tools form a complete post/reply/inbox/ack cycle. Minor gaps such as explicit update, export, or session management tools prevent a perfect score.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
design10 fields changed- added
Output schema / properties / summary / properties / facilityCostKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / itHardwareCostBaseKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / itHardwareCostFloorKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / itHardwareCostHighKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / itHardwareCostLowKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / totalCostBasisAdded value: +{ + "type": "string" +} - added
Output schema / properties / summary / properties / totalProjectCostBaseKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / totalProjectCostFloorKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / totalProjectCostHighKrwAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / totalProjectCostLowKrwAdded value: +{ + "type": "number" +}
1 tool update
- Changed
design1 field changed- changed
Output schema / properties / summary / properties / operatingRackDensityKw / descriptionPrevious value: -"Operating companion density; Rubin MaxQ is installed MaxP × 190/230."New value: +"Selected Rubin rack catalog power; facility IT remains the mixed physical RackPlan instance sum."
4 tool updates
- Added
agent_board_ack - Added
agent_board_inbox - Added
agent_board_post - Added
agent_board_reply
1 tool update
- Changed
design6 fields changed- added
Output schema / properties / summary / properties / catalogOperatingRackDensityKwAdded value: +{ + "description": "Catalog MaxQ evidence only; never a sizing input.", + "type": [ + "number", + "null" + ] +} - added
Output schema / properties / summary / properties / catalogPeakRackDensityKwAdded value: +{ + "description": "Catalog MaxP evidence only; never a sizing input.", + "type": [ + "number", + "null" + ] +} - changed
Output schema / properties / summary / properties / effectiveRackDensityKw / descriptionPrevious value: -"Requested main-rack density retained under the existing compatibility field name."New value: +"Installed physical rack-density authority retained under the existing compatibility field name." - added
Output schema / properties / summary / properties / installedRackDensityKwAdded value: +{ + "description": "Installed physical rack-density authority used for rack and facility sizing.", + "type": "number" +} - added
Output schema / properties / summary / properties / operatingRackDensityKwAdded value: +{ + "description": "Operating companion density; Rubin MaxQ is installed MaxP × 190/230.", + "type": "number" +} - added
Output schema / properties / summary / properties / peakRackDensityKwAdded value: +{ + "description": "Peak installed density used by physical sizing.", + "type": "number" +}
1 tool update
- Changed
validate3 fields changed- changed
Input schema / anyOfPrevious value: -[ - { - "required": [ - "sessionId" - ] - }, - { - "required": [ - "designSummary" - ] - }, - { - "required": [ - "rawInput" - ] - } -]New value: +[ + { + "required": [ + "designSummary" + ] + }, + { + "required": [ + "rawInput" + ] + } +] - changed
Input schema / descriptionPrevious value: -"Provide an EngineSession id, a previous design summary, or raw design input."New value: +"Provide a previous design summary or raw design input. Private EngineSessions remain in the signed-in AIDC workflow." - removed
Input schema / properties / sessionIdRemoved value: -{ - "description": "Preferred EngineSession id for graph validation.", - "type": "string" -}
1 tool update
- Changed
design10 fields changed- added
Output schema / properties / summary / properties / demandRedundancyMultiplierAdded value: +{ + "const": 1, + "type": "number" +} - added
Output schema / properties / summary / properties / operatingApparentMvaAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / sourceFirmMvaAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / sourceFirmPathCountAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / sourceInstalledMvaAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / sourcePhysicalPathCountAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / sourceRedundancyModeAdded value: +{ + "enum": [ + "n", + "n_plus_1", + "2n" + ], + "type": "string" +} - added
Output schema / properties / summary / properties / sourceReservePathCountAdded value: +{ + "type": "number" +} - added
Output schema / properties / summary / properties / sourceTopologyAliasAdded value: +{ + "type": "string" +} - added
Output schema / properties / summary / properties / sourceUnitMvaAdded value: +{ + "type": "number" +}
3 tool updates
- Changed
design10 fields changed- changed
Input schema / additionalPropertiesPrevious value: -falseNew value: +true - added
Input schema / properties / customInputsAdded value: +{ + "additionalProperties": {}, + "type": "object" +} - removed
Input schema / properties / gpuGen / descriptionRemoved value: -"GPU generation" - added
Input schema / properties / hallCountAdded value: +{ + "exclusiveMinimum": 0, + "maximum": 48, + "type": "integer" +} - removed
Input schema / properties / itLoadMw / descriptionRemoved value: -"IT load in MW" - added
Input schema / properties / parcelsAdded value: +{ + "items": { + "additionalProperties": true, + "properties": { + "geometry": { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "coordinates": { + "items": { + "items": { + "items": { + "type": "number" + }, + "maxItems": 3, + "minItems": 2, + "type": "array" + }, + "maxItems": 512, + "minItems": 4, + "type": "array" + }, + "maxItems": 16, + "minItems": 1, + "type": "array" + }, + "type": { + "const": "Polygon", + "type": "string" + } + }, + "required": [ + "type", + "coordinates" + ], + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "coordinates": { + "items": { + "$ref": "#/properties/parcels/items/properties/geometry/anyOf/0/properties/coordinates" + }, + "maxItems": 8, + "minItems": 1, + "type": "array" + }, + "type": { + "const": "MultiPolygon", + "type": "string" + } + }, + "required": [ + "type", + "coordinates" + ], + "type": "object" + } + ] + }, + "id": { + "type": [ + "string", + "number" + ] + }, + "properties": { + "additionalProperties": {}, + "type": "object" + }, + "type": { + "const": "Feature", + "type": "string" + } + }, + "required": [ + "type", + "geometry" + ], + "type": "object" + }, + "maxItems": 25, + "type": "array" +} - removed
Input schema / properties / rackDensityKw / descriptionRemoved value: -"Per-rack power in kW" - removed
Input schema / properties / region / descriptionRemoved value: -"Deployment region class" - removed
Input schema / properties / siteAreaSqm / descriptionRemoved value: -"Site area in square meters" - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "_agent": { + "additionalProperties": false, + "properties": { + "api": { + "additionalProperties": false, + "properties": { + "docs": { + "type": "string" + }, + "openapi": { + "type": "string" + }, + "plugin": { + "type": "string" + } + }, + "required": [ + "openapi", + "plugin", + "docs" + ], + "type": "object" + }, + "citation": { + "additionalProperties": false, + "properties": { + "description": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "required": [ + "provider", + "url", + "description" + ], + "type": "object" + }, + "usage": { + "additionalProperties": false, + "properties": { + "auth": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "rateLimit": { + "type": "string" + } + }, + "required": [ + "rateLimit", + "auth", + "contact" + ], + "type": "object" + } + }, + "required": [ + "citation", + "api", + "usage" + ], + "type": "object" + }, + "engineVersion": { + "type": "string" + }, + "generatedAt": { + "type": "string" + }, + "ok": { + "const": true, + "type": "boolean" + }, + "requestId": { + "type": "string" + }, + "summary": { + "additionalProperties": false, + "properties": { + "airCoolingLoadMw": { + "type": "number" + }, + "airHeatRejectionPct": { + "type": "number" + }, + "basisHash": { + "type": "string" + }, + "cduApproachTempC": { + "type": "number" + }, + "cduCount": { + "type": "number" + }, + "cduInstalledMw": { + "type": "number" + }, + "cduRedundancy": { + "type": "string" + }, + "cduUnitMw": { + "type": "number" + }, + "coincidentLoadFactor": { + "type": "number" + }, + "commercialEvidenceStatus": { + "type": "string" + }, + "commercialScopeId": { + "type": "string" + }, + "commercialVerifiedReady": { + "type": "boolean" + }, + "coolingCapacityMw": { + "type": "number" + }, + "coolingLoadMw": { + "type": "number" + }, + "deploymentUnitCount": { + "type": "number" + }, + "deploymentUnitKind": { + "type": "string" + }, + "deploymentUnitPowerKw": { + "type": "number" + }, + "designReserveFactor": { + "type": "number" + }, + "effectiveRackDensityKw": { + "description": "Requested main-rack density retained under the existing compatibility field name.", + "type": "number" + }, + "facilityDemandMw": { + "type": "number" + }, + "gpusPerUnit": { + "type": "number" + }, + "hallCount": { + "type": "number" + }, + "installedItCapacityMw": { + "type": "number" + }, + "liquidCoolingLoadMw": { + "type": "number" + }, + "liquidHeatRejectionPct": { + "type": "number" + }, + "mainRackCount": { + "type": "number" + }, + "mvaTotal": { + "type": "number" + }, + "physicalBlocksPerUnit": { + "type": "number" + }, + "physicalRackBlockCount": { + "type": "number" + }, + "planningZoneCount": { + "type": "number" + }, + "powerFactor": { + "type": "number" + }, + "profileCompatibilityDiagnostics": { + "items": { + "type": "string" + }, + "type": "array" + }, + "profileEquivalentRackDensityKw": { + "type": "number" + }, + "projectedRackPowerMw": { + "type": "number" + }, + "pueAnnualBasis": { + "type": "number" + }, + "pueDesign": { + "type": "number" + }, + "rackCount": { + "type": "number" + }, + "racksPerUnit": { + "type": "number" + }, + "redundancyFactor": { + "type": "number" + }, + "requestedRackDensityKw": { + "type": "number" + }, + "secondaryLoopDeltaTC": { + "type": "number" + }, + "tcsSupplyTempC": { + "type": "number" + }, + "totalCostKrw": { + "type": "number" + }, + "totalMonths": { + "type": "number" + }, + "transformerTargetLoadingPct": { + "type": "number" + }, + "unsnappedRackCount": { + "type": "number" + }, + "wueBasisStatus": { + "type": "string" + } + }, + "required": [ + "rackCount", + "pueDesign", + "mvaTotal" + ], + "type": "object" + }, + "warnings": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "ok", + "generatedAt", + "summary", + "warnings", + "engineVersion", + "requestId", + "_agent" + ], + "type": "object" +}
- Changed
layout11 fields changed- added
Input schema / properties / designAdded value: +{ + "additionalProperties": true, + "properties": { + "customInputs": { + "additionalProperties": {}, + "type": "object" + }, + "gpuGen": { + "enum": [ + "hopper", + "blackwell", + "rubin" + ], + "type": "string" + }, + "hallCount": { + "exclusiveMinimum": 0, + "maximum": 48, + "type": "integer" + }, + "itLoadMw": { + "exclusiveMinimum": 0, + "maximum": 1000, + "type": "number" + }, + "options": { + "additionalProperties": false, + "properties": { + "coolingMode": { + "enum": [ + "air", + "hybrid", + "liquid" + ], + "type": "string" + }, + "pueTarget": { + "maximum": 2.5, + "minimum": 1, + "type": "number" + }, + "redundancy": { + "enum": [ + "n", + "n_plus_1", + "2n" + ], + "type": "string" + } + }, + "type": "object" + }, + "parcels": { + "items": { + "additionalProperties": true, + "properties": { + "geometry": { + "anyOf": [ + { + "additionalProperties": false, + "properties": { + "coordinates": { + "items": { + "items": { + "items": { + "type": "number" + }, + "maxItems": 3, + "minItems": 2, + "type": "array" + }, + "maxItems": 512, + "minItems": 4, + "type": "array" + }, + "maxItems": 16, + "minItems": 1, + "type": "array" + }, + "type": { + "const": "Polygon", + "type": "string" + } + }, + "required": [ + "type", + "coordinates" + ], + "type": "object" + }, + { + "additionalProperties": false, + "properties": { + "coordinates": { + "items": { + "$ref": "#/properties/design/properties/parcels/items/properties/geometry/anyOf/0/properties/coordinates" + }, + "maxItems": 8, + "minItems": 1, + "type": "array" + }, + "type": { + "const": "MultiPolygon", + "type": "string" + } + }, + "required": [ + "type", + "coordinates" + ], + "type": "object" + } + ] + }, + "id": { + "type": [ + "string", + "number" + ] + }, + "properties": { + "additionalProperties": {}, + "type": "object" + }, + "type": { + "const": "Feature", + "type": "string" + } + }, + "required": [ + "type", + "geometry" + ], + "type": "object" + }, + "maxItems": 25, + "type": "array" + }, + "rackDensityKw": { + "exclusiveMinimum": 0, + "maximum": 500, + "type": "number" + }, + "region": { + "enum": [ + "metropolitan", + "regional" + ], + "type": "string" + }, + "siteAreaSqm": { + "exclusiveMinimum": 0, + "maximum": 1000000, + "type": "number" + } + }, + "required": [ + "itLoadMw", + "rackDensityKw", + "gpuGen", + "siteAreaSqm", + "region" + ], + "type": "object" +} - removed
Input schema / properties / gpuGenRemoved value: -{ - "description": "GPU generation", - "enum": [ - "hopper", - "blackwell", - "rubin" - ], - "type": "string" -} - removed
Input schema / properties / itLoadMwRemoved value: -{ - "description": "IT load in MW", - "exclusiveMinimum": 0, - "maximum": 1000, - "type": "number" -} - removed
Input schema / properties / optionsRemoved value: -{ - "additionalProperties": false, - "properties": { - "coolingMode": { - "enum": [ - "air", - "hybrid", - "liquid" - ], - "type": "string" - }, - "pueTarget": { - "maximum": 2.5, - "minimum": 1, - "type": "number" - }, - "redundancy": { - "enum": [ - "n", - "n_plus_1", - "2n" - ], - "type": "string" - } - }, - "type": "object" -} - removed
Input schema / properties / rackDensityKwRemoved value: -{ - "description": "Per-rack power in kW", - "exclusiveMinimum": 0, - "maximum": 500, - "type": "number" -} - removed
Input schema / properties / regionRemoved value: -{ - "description": "Deployment region class", - "enum": [ - "metropolitan", - "regional" - ], - "type": "string" -} - removed
Input schema / properties / siteAreaSqm / descriptionRemoved value: -"Site area in square meters" - removed
Input schema / properties / siteAreaSqm / maximumRemoved value: -1000000 - removed
Input schema / properties / siteCentroid / descriptionRemoved value: -"Optional WGS84 site centroid" - changed
Input schema / requiredPrevious value: -[ - "itLoadMw", - "rackDensityKw", - "gpuGen", - "siteAreaSqm", - "region" -]New value: +[ + "design" +] - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "_agent": { + "additionalProperties": false, + "properties": { + "api": { + "additionalProperties": false, + "properties": { + "docs": { + "type": "string" + }, + "openapi": { + "type": "string" + }, + "plugin": { + "type": "string" + } + }, + "required": [ + "openapi", + "plugin", + "docs" + ], + "type": "object" + }, + "citation": { + "additionalProperties": false, + "properties": { + "description": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "required": [ + "provider", + "url", + "description" + ], + "type": "object" + }, + "usage": { + "additionalProperties": false, + "properties": { + "auth": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "rateLimit": { + "type": "string" + } + }, + "required": [ + "rateLimit", + "auth", + "contact" + ], + "type": "object" + } + }, + "required": [ + "citation", + "api", + "usage" + ], + "type": "object" + }, + "candidates": { + "items": { + "additionalProperties": true, + "properties": { + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "layout": { + "additionalProperties": true, + "properties": { + "rackPlan": { + "additionalProperties": true, + "properties": { + "blocks": { + "items": { + "$ref": "#/properties/rackPlan/properties/blocks/items" + }, + "maxItems": 512, + "type": "array" + }, + "deploymentUnitCount": { + "$ref": "#/properties/rackPlan/properties/deploymentUnitCount" + }, + "hallDimensionMode": { + "$ref": "#/properties/rackPlan/properties/hallDimensionMode" + }, + "mainRackCount": { + "$ref": "#/properties/rackPlan/properties/mainRackCount" + }, + "previewTruncated": { + "$ref": "#/properties/rackPlan/properties/previewTruncated" + }, + "profileCompatibilityDiagnostics": { + "$ref": "#/properties/rackPlan/properties/profileCompatibilityDiagnostics" + }, + "profileId": { + "$ref": "#/properties/rackPlan/properties/profileId" + }, + "rackCount": { + "$ref": "#/properties/rackPlan/properties/rackCount" + }, + "renderedPhysicalRackBlocks": { + "$ref": "#/properties/rackPlan/properties/renderedPhysicalRackBlocks" + }, + "requestedDeploymentUnitCount": { + "$ref": "#/properties/rackPlan/properties/requestedDeploymentUnitCount" + }, + "requestedMainRackCount": { + "$ref": "#/properties/rackPlan/properties/requestedMainRackCount" + }, + "requestedPhysicalRackBlocks": { + "$ref": "#/properties/rackPlan/properties/requestedPhysicalRackBlocks" + } + }, + "required": [ + "rackCount", + "blocks" + ], + "type": "object" + } + }, + "required": [ + "rackPlan" + ], + "type": "object" + }, + "sourceStatus": { + "type": "string" + } + }, + "required": [ + "id", + "layout" + ], + "type": "object" + }, + "type": "array" + }, + "engineVersion": { + "type": "string" + }, + "facilityLayoutResult": { + "additionalProperties": true, + "properties": { + "adjacency": { + "items": { + "additionalProperties": {}, + "type": "object" + }, + "type": "array" + }, + "blocks": { + "items": { + "additionalProperties": true, + "properties": { + "d": { + "type": "number" + }, + "dx": { + "type": "number" + }, + "dz": { + "type": "number" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "maxX": { + "type": "number" + }, + "maxZ": { + "type": "number" + }, + "minX": { + "type": "number" + }, + "minZ": { + "type": "number" + }, + "type": { + "type": "string" + }, + "w": { + "type": "number" + }, + "x": { + "type": "number" + }, + "z": { + "type": "number" + } + }, + "required": [ + "id", + "x", + "z", + "w", + "d", + "minX", + "maxX", + "minZ", + "maxZ" + ], + "type": "object" + }, + "type": "array" + }, + "error": { + "type": "string" + }, + "objectiveValue": { + "type": [ + "number", + "null" + ] + }, + "ok": { + "type": "boolean" + }, + "site": { + "additionalProperties": {}, + "type": "object" + }, + "solver": { + "type": "string" + }, + "status": { + "type": "string" + }, + "version": { + "type": "string" + } + }, + "required": [ + "ok", + "status" + ], + "type": "object" + }, + "ok": { + "const": true, + "type": "boolean" + }, + "rackPlan": { + "additionalProperties": true, + "properties": { + "blocks": { + "items": { + "additionalProperties": true, + "properties": { + "kw": { + "type": "number" + }, + "xMm": { + "type": "number" + }, + "yMm": { + "type": "number" + } + }, + "required": [ + "xMm", + "yMm", + "kw" + ], + "type": "object" + }, + "maxItems": 512, + "type": "array" + }, + "cols": { + "type": "number" + }, + "deploymentUnitCount": { + "type": "number" + }, + "hallDepthMm": { + "type": "number" + }, + "hallDimensionMode": { + "enum": [ + "nominal_expanded_to_fit_preview" + ], + "type": "string" + }, + "hallWidthMm": { + "type": "number" + }, + "mainRackCount": { + "type": "number" + }, + "previewTruncated": { + "type": "boolean" + }, + "profileCompatibilityDiagnostics": { + "items": { + "type": "string" + }, + "type": "array" + }, + "profileId": { + "type": "string" + }, + "rackCount": { + "minimum": 0, + "type": "integer" + }, + "renderedPhysicalRackBlocks": { + "type": "number" + }, + "requestedDeploymentUnitCount": { + "type": "number" + }, + "requestedMainRackCount": { + "type": "number" + }, + "requestedPhysicalRackBlocks": { + "type": "number" + }, + "rows": { + "type": "number" + } + }, + "required": [ + "hallWidthMm", + "hallDepthMm", + "rows", + "cols", + "rackCount", + "blocks" + ], + "type": "object" + }, + "requestId": { + "type": "string" + }, + "sitePlan": { + "additionalProperties": false, + "properties": { + "blocks": { + "items": { + "additionalProperties": false, + "properties": { + "fill": { + "type": "string" + }, + "hPct": { + "type": "number" + }, + "id": { + "type": "string" + }, + "label": { + "type": "string" + }, + "wPct": { + "type": "number" + }, + "xPct": { + "type": "number" + }, + "yPct": { + "type": "number" + } + }, + "required": [ + "id", + "label", + "xPct", + "yPct", + "wPct", + "hPct" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "blocks" + ], + "type": "object" + }, + "warnings": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "ok", + "rackPlan", + "sitePlan", + "warnings", + "engineVersion", + "requestId", + "_agent" + ], + "type": "object" +}
- Changed
validate14 fields changed- removed
Input schema / additionalPropertiesRemoved value: -false - added
Input schema / anyOfAdded value: +[ + { + "required": [ + "sessionId" + ] + }, + { + "required": [ + "designSummary" + ] + }, + { + "required": [ + "rawInput" + ] + } +] - added
Input schema / descriptionAdded value: +"Provide an EngineSession id, a previous design summary, or raw design input." - added
Input schema / properties / designSummaryAdded value: +{ + "properties": { + "mvaTotal": { + "type": "number" + }, + "pueDesign": { + "type": "number" + }, + "rackCount": { + "type": "number" + }, + "totalCostKrw": { + "type": "number" + }, + "totalMonths": { + "type": "number" + } + }, + "required": [ + "rackCount", + "pueDesign", + "mvaTotal" + ], + "type": "object" +} - removed
Input schema / properties / gpuGenRemoved value: -{ - "description": "GPU generation", - "enum": [ - "hopper", - "blackwell", - "rubin" - ], - "type": "string" -} - removed
Input schema / properties / itLoadMwRemoved value: -{ - "description": "IT load in MW", - "exclusiveMinimum": 0, - "maximum": 1000, - "type": "number" -} - removed
Input schema / properties / optionsRemoved value: -{ - "additionalProperties": false, - "properties": { - "coolingMode": { - "enum": [ - "air", - "hybrid", - "liquid" - ], - "type": "string" - }, - "pueTarget": { - "maximum": 2.5, - "minimum": 1, - "type": "number" - }, - "redundancy": { - "enum": [ - "n", - "n_plus_1", - "2n" - ], - "type": "string" - } - }, - "type": "object" -} - removed
Input schema / properties / rackDensityKwRemoved value: -{ - "description": "Per-rack power in kW", - "exclusiveMinimum": 0, - "maximum": 500, - "type": "number" -} - added
Input schema / properties / rawInputAdded value: +{ + "additionalProperties": {}, + "properties": { + "customInputs": { + "additionalProperties": {}, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "gpuGen": { + "enum": [ + "hopper", + "blackwell", + "rubin" + ], + "type": "string" + }, + "hallCount": { + "exclusiveMinimum": 0, + "maximum": 48, + "type": "integer" + }, + "itLoadMw": { + "exclusiveMinimum": 0, + "maximum": 1000, + "type": "number" + }, + "options": { + "properties": { + "coolingMode": { + "enum": [ + "air", + "hybrid", + "liquid" + ], + "type": "string" + }, + "pueTarget": { + "maximum": 2.5, + "minimum": 1, + "type": "number" + }, + "redundancy": { + "enum": [ + "n", + "n_plus_1", + "2n" + ], + "type": "string" + } + }, + "type": "object" + }, + "parcels": { + "items": { + "additionalProperties": {}, + "properties": { + "geometry": { + "anyOf": [ + { + "properties": { + "coordinates": { + "items": { + "items": { + "items": { + "type": "number" + }, + "maxItems": 3, + "minItems": 2, + "type": "array" + }, + "maxItems": 512, + "minItems": 4, + "type": "array" + }, + "maxItems": 16, + "minItems": 1, + "type": "array" + }, + "type": { + "const": "Polygon", + "type": "string" + } + }, + "required": [ + "type", + "coordinates" + ], + "type": "object" + }, + { + "properties": { + "coordinates": { + "items": { + "items": { + "items": { + "items": { + "type": "number" + }, + "maxItems": 3, + "minItems": 2, + "type": "array" + }, + "maxItems": 512, + "minItems": 4, + "type": "array" + }, + "maxItems": 16, + "minItems": 1, + "type": "array" + }, + "maxItems": 8, + "minItems": 1, + "type": "array" + }, + "type": { + "const": "MultiPolygon", + "type": "string" + } + }, + "required": [ + "type", + "coordinates" + ], + "type": "object" + } + ] + }, + "id": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "number" + } + ] + }, + "properties": { + "additionalProperties": {}, + "propertyNames": { + "type": "string" + }, + "type": "object" + }, + "type": { + "const": "Feature", + "type": "string" + } + }, + "required": [ + "type", + "geometry" + ], + "type": "object" + }, + "maxItems": 25, + "type": "array" + }, + "rackDensityKw": { + "exclusiveMinimum": 0, + "maximum": 500, + "type": "number" + }, + "region": { + "enum": [ + "metropolitan", + "regional" + ], + "type": "string" + }, + "siteAreaSqm": { + "exclusiveMinimum": 0, + "maximum": 1000000, + "type": "number" + } + }, + "required": [ + "itLoadMw", + "rackDensityKw", + "gpuGen", + "siteAreaSqm", + "region" + ], + "type": "object" +} - removed
Input schema / properties / regionRemoved value: -{ - "description": "Deployment region class", - "enum": [ - "metropolitan", - "regional" - ], - "type": "string" -} - added
Input schema / properties / sessionIdAdded value: +{ + "description": "Preferred EngineSession id for graph validation.", + "type": "string" +} - removed
Input schema / properties / siteAreaSqmRemoved value: -{ - "description": "Site area in square meters", - "exclusiveMinimum": 0, - "maximum": 1000000, - "type": "number" -} - removed
Input schema / requiredRemoved value: -[ - "itLoadMw", - "rackDensityKw", - "gpuGen", - "siteAreaSqm", - "region" -] - changed
Output schema / (root)Previous value: -nullNew value: +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": false, + "properties": { + "_agent": { + "additionalProperties": false, + "properties": { + "api": { + "additionalProperties": false, + "properties": { + "docs": { + "type": "string" + }, + "openapi": { + "type": "string" + }, + "plugin": { + "type": "string" + } + }, + "required": [ + "openapi", + "plugin", + "docs" + ], + "type": "object" + }, + "citation": { + "additionalProperties": false, + "properties": { + "description": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "url": { + "type": "string" + } + }, + "required": [ + "provider", + "url", + "description" + ], + "type": "object" + }, + "usage": { + "additionalProperties": false, + "properties": { + "auth": { + "type": "string" + }, + "contact": { + "type": "string" + }, + "rateLimit": { + "type": "string" + } + }, + "required": [ + "rateLimit", + "auth", + "contact" + ], + "type": "object" + } + }, + "required": [ + "citation", + "api", + "usage" + ], + "type": "object" + }, + "engineVersion": { + "type": "string" + }, + "findings": { + "items": { + "additionalProperties": false, + "properties": { + "family": { + "enum": [ + "electrical", + "cooling", + "layout", + "safety", + "data" + ], + "type": "string" + }, + "message": { + "type": "string" + }, + "publicRuleId": { + "type": "string" + }, + "severity": { + "enum": [ + "blocking", + "warn", + "info" + ], + "type": "string" + } + }, + "required": [ + "severity", + "family", + "message" + ], + "type": "object" + }, + "type": "array" + }, + "graphSummary": { + "additionalProperties": {}, + "type": "object" + }, + "graphVerdict": { + "enum": [ + "PASS", + "PENDING", + "REJECT" + ], + "type": "string" + }, + "ok": { + "const": true, + "type": "boolean" + }, + "requestId": { + "type": "string" + }, + "revisionId": { + "type": "string" + }, + "rfis": { + "items": { + "additionalProperties": false, + "properties": { + "affectedSystemSlot": { + "type": "string" + }, + "basisRevisionId": { + "type": "string" + }, + "bomLineIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "candidateFamilyIds": { + "items": { + "type": "string" + }, + "type": "array" + }, + "designBlocking": { + "type": "boolean" + }, + "evidenceRefs": { + "items": { + "type": "string" + }, + "type": "array" + }, + "id": { + "type": "string" + }, + "kind": { + "enum": [ + "stage_gate", + "equipment_evidence", + "commercial", + "authority" + ], + "type": "string" + }, + "owner": { + "enum": [ + "Vendor", + "Owner", + "Eng", + "Code" + ], + "type": "string" + }, + "status": { + "enum": [ + "OPEN", + "VENDOR", + "OWNER", + "CLOSED" + ], + "type": "string" + }, + "topic": { + "type": "string" + } + }, + "required": [ + "id", + "topic", + "owner", + "status" + ], + "type": "object" + }, + "type": "array" + }, + "sessionId": { + "type": "string" + }, + "statusCounts": { + "additionalProperties": { + "type": "number" + }, + "type": "object" + }, + "verdict": { + "enum": [ + "PASS", + "PENDING", + "REJECT" + ], + "type": "string" + } + }, + "required": [ + "ok", + "findings", + "rfis", + "engineVersion", + "requestId", + "_agent" + ], + "type": "object" +}
3 tool updates
- First observed
design - First observed
layout - First observed
validate
Related MCP Connectors
AI infrastructure tracker: data center campuses, power projects, MW and the companies behind them
AI compute infrastructure intelligence: facilities, supply chains, sovereign AI, export controls.
Live power, energy, grid, gas, fiber + off-market data-center capacity in kW/MW — query and cite.
Live power, energy, grid, gas, fiber & data-center site-selection infrastructure — query and cite.
Related MCP Servers
- AlicenseAqualityBmaintenanceDeterministic AI data-center design engine exposed as MCP tools for sizing, validation, and physical layout. Supports NVIDIA Hopper, Blackwell, and Vera Rubin with anonymous access to the remote engine.33MIT

security-orchestraofficial
FlicenseNot gradedqualityCmaintenanceProvides deterministic, standards-based calculations for data center critical power infrastructure. Enables site selection, generator sizing, UPS sizing, NFPA 110 compliance, and more via 50+ AI agents and 8 compound chains.-- AlicenseAqualityBmaintenanceProvides professional-grade data center engineering calculations including cooling, power, GPU thermal optimization, UPS/battery sizing, tier classification, and commissioning workflows, compliant with ASHRAE and Uptime Institute standards.810 npm1MIT
- AlicenseNot gradedqualityBmaintenanceA physics engine for liquid-cooled GPU systems, exposed as an AI-callable MCP server. Enables thermal analysis, coolant comparison, flow optimization, and rack-level sizing via natural language queries.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.