Skip to main content
Glama

Arc Flash Platform — Estudos Elétricos

Dessintonia de banco de capacitores (reator anti-ressonância)

dessintonia_capacitor
Read-only

Banco dessintonizado (reator série anti-ressonância). Informe p_pct (fator de dessintonia XL/XC, ex.: 7 ou 14) OU L_mH. Devolve a tensão ELEVADA no capacitor V/(1−p), a corrente pelo reator, o reativo efetivo Q/(1−p), a frequência de sintonia e a classe de tensão sugerida do capacitor (IEC 60831). Com scc_MVA, avalia a ressonância paralela com a rede. Gratuito.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
L_mHNo
p_pctNo
Q_kvarYes
api_keyNo
scc_MVANo
Un_cap_kVNo
tensao_kVYes

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true, and the description adds value by detailing the computed results (e.g., V/(1−p), Q/(1−p)) and mentioning the tool is free. It does not contradict annotations and provides additional context beyond the structured fields.

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 concise (four sentences) and front-loads the main purpose. However, it could be more structured by separating required vs. optional parameters.

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

Completeness2/5

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

Given the complexity (7 parameters, no output schema), the description is incomplete. It omits explanations of required parameters, return format, units, assumptions, and error handling. The listed outputs are helpful but not fully specified.

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

Parameters2/5

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

The description explains the optional parameters p_pct, L_mH, and scc_MVA, but fails to mention the required parameters Q_kvar and tensao_kV. With 0% schema description coverage, the description should compensate for all parameters, but it leaves major 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 specifies the tool is for detuned capacitor bank (anti-resonance reactor) and lists the exact outputs: increased voltage, reactor current, effective reactive power, tuning frequency, and voltage class. It distinguishes itself from sibling tools by its focus on capacitor bank detuning.

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

Usage Guidelines3/5

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

The description provides guidance on parameter usage: input either p_pct or L_mH, and optionally scc_MVA. However, it does not explicitly state when to use this tool versus alternative tools (e.g., power factor correction) or provide prerequisites or exclusions.

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