Skip to main content
Glama

Arc Flash Platform — Estudos Elétricos

Seccionamento automático (NBR 5410)

verificar_seccionamento
Read-only

Verifica a proteção contra choque por seccionamento automático (ABNT NBR 5410:2004 §5.1.2.2). TN: Zs ≤ U0/Ia (informe Ia OU disjuntor In+curva_mcb). TT: RA ≤ 50/IΔn (informe i_dn_mA + RA). situacao = 1 (seco/usual, U_L=50 V) ou 2 (molhado/externo, U_L=25 V e tempo da Tab. 25 mais rígido). R_montante_ohm+X_montante_ohm = impedância do laço A MONTANTE (fonte/trafo + alimentadores) — sem ela o Zs conta só o circuito e o veredito fica OTIMISTA. circuito_tipo ∈ {terminal_le32, distribuicao_gt32}; secao_pe_mm2 = PE real (None → mínimo da Tab. 58). Gratuito (uso limitado).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
Ia_ANo
T_opNo
U0_VYes
RA_ohmNo
api_keyNo
i_dn_mANo
sistemaNoTN
materialNoCu
situacaoNo
curva_mcbNo
secao_pe_mm2No
circuito_tipoNoterminal_le32
comprimento_mNo
R_montante_ohmNo
X_montante_ohmNo
disjuntor_In_ANo
secao_fase_mm2No

TDQS

A4.1/5.0
Behavior4/5

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

Annotations declare readOnlyHint: true, and the description does not contradict this. The description adds behavioral context: formulas, dependency on upstream impedance, and 'Gratuito (uso limitado)' indicating usage limits. It does not elaborate on output format, but the core read-only behavior is well supported.

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

Conciseness3/5

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

The description is a dense paragraph without clear structure or bullet points. It conveys much information but could be more concise or organized. It is front-loaded with purpose, but the technical details could be streamlined.

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 17 parameters and no output schema, the description covers the most critical aspects but does not explain the output (e.g., pass/fail or numeric result) nor all parameters. It adequately addresses the tool's core functionality for an agent but lacks full completeness.

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?

With 0% schema description coverage, the description compensates by explaining key parameters: situacao, R_montante_ohm, X_montante_ohm, circuito_tipo, secao_pe_mm2, and the TN/TT parameter choices. However, it omits several parameters like T_op, comprimento_m, and secao_fase_mm2, leaving gaps.

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: 'Verifica a proteção contra choque por seccionamento automático' (verifies protection against shock by automatic disconnection) with reference to NBR 5410. This verb+resource is specific and distinct from sibling tools like calcular_curto_circuito which focuses on short-circuit current magnitude.

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 provides usage context by explaining the two system types (TN and TT) with required parameters and conditions. It warns about the optimistic result without upstream impedance. However, it does not explicitly state when to avoid this tool or suggest alternatives among siblings.

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
Disambiguation5/5

Each tool targets a distinct electrical calculation or administrative task. Overlapping concepts like 'calcular_curto_circuito' and 'partida_motor' have clearly different purposes (short-circuit vs. voltage dip). No two tools appear to do the same thing.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in Portuguese, using snake_case. Examples include 'calcular_curto_circuito', 'dimensionar_cabo', and 'verificar_seccionamento'. There are no deviations or mixed conventions.

Tool Count5/5

20 tools is well-scoped for a specialized electrical engineering calculations server. Each tool addresses a specific need without redundancy or excessive breadth. The count feels appropriate for the domain.

Completeness5/5

The tool set covers a comprehensive lifecycle: calculation (short-circuit, arc flash, motor starting), design (cable sizing, CT sizing, capacitor banks), coordination (protection time curves), verification (shock protection), and workflow (report generation, quote request). No obvious gaps for the intended purpose.

Resources