Skip to main content
Glama
rajib884
by rajib884

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
connect_deviceB

Connect to a network device via SSH or Telnet.

Establishes a persistent connection for command execution.

execute_commandA

Execute a command on a connected network device.

The device must be connected first using connect_device.

disconnect_deviceB

Disconnect from a network device and clean up the connection.

list_connectionsA

List all active network device connections.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a unique purpose: connecting, disconnecting, executing commands, and listing connections. No functional overlap exists.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (connect_device, disconnect_device, execute_command, list_connections), making them predictable.

Tool Count5/5

Four tools cover the essential operations for managing device connections and command execution, which is well-scoped and not excessive.

Completeness4/5

Core lifecycle (connect, execute, disconnect) and connection listing are covered. A minor gap is the absence of a dedicated status check tool, but execute_command can compensate.

Maintenance

ActivityStale
ResponsivenessNo issues