Skip to main content
Glama
RFingAdam

mcp-nec2-antenna

by RFingAdam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
nec2_create_dipoleB

Create a half-wave dipole antenna. Returns antenna ID for simulation.

nec2_create_yagiB

Create a Yagi-Uda directional antenna with specified number of directors.

nec2_create_verticalB

Create a quarter-wave vertical antenna with ground radials.

nec2_create_loopB

Create a full-wave loop antenna (quad configuration).

nec2_create_inverted_vA

Create an inverted-V dipole antenna (requires only one support).

nec2_simulateA

Run NEC2 simulation on an antenna to get impedance and radiation pattern.

nec2_get_nec_cardsA

Get the raw NEC2 card deck for an antenna design (for manual editing or external tools).

nec2_list_antennasA

List all antenna designs in the current session.

nec2_list_antenna_typesB

List available antenna types and their characteristics.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 9 tools

Disambiguation5/5

Each tool targets a distinct antenna type or action (creation of specific antennas, listing, raw card access, simulation). No overlap in functionality, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tools follow the consistent pattern 'nec2_<verb>_<noun>', with verbs like create, get, list, and simulate. The prefix is uniformly applied, and naming is predictable.

Tool Count5/5

With 9 tools, the set covers the essential operations for antenna design and simulation without being excessive. Each tool serves a clear purpose, and the count is appropriate for the domain.

Completeness4/5

The tool set provides creation of common antenna types, listing, simulation, and raw card access. However, it lacks update or delete tools for antennas, which would complete the lifecycle. Overall, core workflows are covered.

Maintenance

ActivityMaintained
ResponsivenessNo issues