Skip to main content
Glama

Arc Flash Platform — Estudos Elétricos

Energia incidente de arco (IEEE 1584 / NBR 17227)

calcular_energia_incidente
Read-only

Energia incidente (Ei, cal/cm²), LAS e categoria de EPI de um arco elétrico, pelo motor IEEE 1584:2018 / ABNT NBR 17227:2025 VALIDADO da plataforma (208 V– 15 kV). config ∈ {VCB,VCBB,HCB,VOA,HOA}.

Dois patamares de corrente (IEEE 1584:2018 §4.12): t_arc_s = tempo de eliminação da proteção na corrente de arco PLENA (Iarc); t_arc_reduzido_s = tempo na corrente REDUZIDA (Imin ≈ 0,88·Iarc). Como a corrente reduzida costuma limpar mais devagar (proteção de tempo inverso), o patamar reduzido com frequência GOVERNA o pior caso. Havendo dispositivo com curva inversa, forneça os DOIS tempos; sem t_arc_reduzido_s, calcula um único patamar.

larg_mm/alt_mm/prof_mm = invólucro REAL do equipamento (a correção de tamanho da §4.8 muda o Ei; default = caixa de referência 508³). Gratuito (uso limitado).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
alt_mmNo
configNoVCB
gap_mmYes
ibf_kaYes
api_keyNo
larg_mmNo
prof_mmNo
t_arc_sYes
tensao_kvYes
dist_trabalho_mmYes
t_arc_reduzido_sNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / alt_mm
      Added value: +{
      +  "default": 508,
      +  "title": "Alt Mm",
      +  "type": "number"
      +}
    • addedInput schema / properties / larg_mm
      Added value: +{
      +  "default": 508,
      +  "title": "Larg Mm",
      +  "type": "number"
      +}
    • addedInput schema / properties / prof_mm
      Added value: +{
      +  "default": 508,
      +  "title": "Prof Mm",
      +  "type": "number"
      +}
    • addedInput schema / properties / t_arc_reduzido_s
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "title": "T Arc Reduzido S"
      +}
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description consistently describes a calculation tool. It adds behavioral context: validated model, two current patamares, default enclosure size, and the fact that the reduced current often governs the worst case. No contradictions.

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 dense paragraph that front-loads the main purpose. It is reasonably concise but could benefit from structuring (e.g., bullet points for parameters or outputs). Every sentence adds value; no wasted text.

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

Completeness3/5

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

Given 11 parameters, 5 required, and no output schema, the description explains the core calculation and two-current behavior but lacks details on return format (expected outputs like Ei, LAS, EPI are mentioned but not structure) and parameter constraints (e.g., voltage range). Slightly incomplete for a complex tool.

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 0%, but the description clarifies the config parameter (enum values), t_arc_s and t_arc_reduzido_s (two current levels), and larg_mm/alt_mm/prof_mm (enclosure dimensions with default 508). However, many parameters (tensao_kv, ibf_ka, gap_mm, dist_trabalho_mm, api_key) are not explained. Partial compensation.

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 calculates arc flash incident energy (Ei), LAS, and EPI category per IEEE 1584:2018 / NBR 17227, with a specific voltage range (208 V–15 kV). This distinguishes it from sibling tools like 'calcular_energia_incidente_hv' which likely covers higher voltages.

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 explains when to use the tool (IEEE 1584/NBR 17227, voltage range), the need for two current levels (t_arc_s and t_arc_reduzido_s), and that omitting the reduced time yields a single level. It also notes limited free usage. However, it does not explicitly state when not to use it or list alternatives.

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.

Resources