Skip to main content
Glama

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
ensp_getCampusPlanA

Return the built-in eNSP campus network example plan: devices, links, VLANs, services, NAT, ACLs.

ensp_generateCampusProjectC

Generate a complete eNSP campus project: .topo, embedded vrpcfg.zip per VRP device, plain configs, service steps, and test plan.

ensp_generateCampusConfigsA

Return all Huawei VRP configs for the built-in campus network topology.

ensp_getVerificationPlanB

Return verification commands, service tests, ACL/NAT tests, and a complete debug case.

ensp_scanTelnetPortsB

Scan local eNSP device Telnet/console TCP ports, usually 2000-2050 or the range shown by eNSP.

ensp_telnetConnectC

Connect to one Huawei eNSP VRP device through Telnet/console TCP.

ensp_telnetExecuteB

Execute one Huawei VRP command in an existing Telnet session.

ensp_telnetApplyConfigC

Send many Huawei VRP configuration commands to one connected device.

ensp_applyCampusConfigsByPortRangeC

Apply the built-in campus VRP configs to eNSP devices by the generated default port map: AR-ISP=2000 through LSW-IOT-ACC=2019.

ensp_saveCampusConfigsByPortRangeC

Send interactive save/y to all generated campus VRP devices by default port map.

ensp_telnetListSessionsA

List active eNSP Telnet sessions.

ensp_telnetDisconnectC

Disconnect one eNSP Telnet session.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 12 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: project generation, config application, port scanning, telnet session management, etc. No overlapping functionality.

Naming Consistency4/5

All tools start with 'ensp_' and follow a verb_noun pattern with minor inconsistencies like camelCase vs underscores and varying placement of 'telnet'.

Tool Count5/5

12 tools is well-scoped for the eNSP automation domain, covering project generation, config application, and telnet management without being overwhelming.

Completeness4/5

Core workflows (generate, apply, save, connect) are covered. Missing explicit update/delete or advanced verification, but the built-in scenario is well-supported.

Maintenance

ActivityInactive
ResponsivenessNo issues