Skip to main content
Glama

Entogo power-equipment knowledge & tools

Estimate EV-charging service capacity

estimate_ev_charging_capacity
Read-only

Runs the same engine as https://entogo.ca/tools/ev-charging-service-capacity-calculator/: code load (NEC 2023 / NEC 2026 / CEC 2024 Section 86) for a set of Level 2 and DC fast chargers, EMS-managed load when an energy management system is declared, planning-basis load with site diversity, recommended transformer kVA and service / switchboard rating, and a GREEN / YELLOW / RED verdict against an existing service when one is given. Planning estimate only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emsNo
codeNoGoverning code editionNEC_2023
chargersYes
siteTypeNoworkplace
servicePhaseNo
serviceVoltageNoService line-to-line voltage, e.g. 208, 480, 600
existingServiceNoGive the existing service to get a GREEN / YELLOW / RED verdict

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description does not contradict this. It adds useful behavioral context beyond the annotation: it runs the same engine as an external calculator, produces a verdict only when an existing service is provided, and handles EMS-managed load only when an EMS is declared.

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 a single well-packed sentence that puts the core purpose first and then enumerates outputs in a scannable list. It is dense but not bloated; every clause adds information, though splitting it into short sentences or bullets would improve readability slightly.

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

Completeness4/5

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

Given that there is no output schema, the description usefully enumerates the main computed results and the conditional verdict behavior. It also communicates the planning-only scope. It does not spell out required inputs, but the schema already covers those, so the description is sufficient for a competent agent to invoke the tool correctly.

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

Parameters3/5

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

Schema description coverage is only 43%, so the description must compensate, and it partially does by explaining the role of code editions, EMS, chargers, and existingService. However, it does not clarify less obvious parameters such as siteType, servicePhase, serviceVoltage, or charger sub-fields like dcfcBasis and ratingKw beyond what the schema already states.

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 identifies the tool as an EV-charging service capacity estimator powered by a specific engine, and lists its concrete outputs: code load, EMS-managed load, planning-basis load, transformer kVA, service rating, and a GREEN/YELLOW/RED verdict. It is clearly distinct from sibling tools like get_product or search_knowledge.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: for planning estimates of EV-charging service capacity under specific code editions. The phrase 'Planning estimate only' acts as an exclusion against using it for final engineering designs, though it does not explicitly name alternative tools.

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

A4.1/5.0
Disambiguation4/5

Most tools target clearly distinct resources and actions, such as products, company facts, lead times, RFQ handoff, semantic search, and EV capacity estimation. The only mild overlap is get_lead_time versus the lead-time band already embedded in get_product, and search_knowledge can return passages that overlap with structured tools.

Naming Consistency5/5

Every tool follows a consistent verb_noun snake_case pattern: estimate_, get_, list_, request_, and search_. There are no mixed naming conventions, generic verbs, or vague tool names.

Tool Count5/5

Seven tools is a well-scoped count for a knowledge-and-estimation server. Each tool covers a distinct need without filler or redundant entries.

Completeness4/5

The tool set supports product discovery, detailed product lookup, company facts, lead times, quote handoff, semantic search, and EV charging estimation, covering core user journeys. A minor gap is that other configurators mentioned in the quote handoff, such as the transformer configurator, are only exposed as links rather than executable tools.

Resources