Skip to main content
Glama
sydasif

nornir-mcp-server

by sydasif

show_commands

Read-only

Execute raw CLI show commands via SSH on network devices, filtered by name, group, hostname, or platform.

Instructions

Execute raw CLI show commands via SSH.

Args: commands: List of show commands to execute filter_name: Filter by device name in inventory filter_hostname: Filter by specific hostname or IP filter_group: Filter by group membership filter_platform: Filter by platform (e.g., 'cisco_ios', 'arista_eos')

Returns: Dictionary with 'hosts' key mapping hostname -> task result (success or error).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandsYesShow commands to execute (e.g., ['show version', 'show ip interface brief'])
filter_nameNoFilter by device name in inventory
filter_groupNoFilter by group membership
filter_hostnameNoFilter by specific hostname or IP
filter_platformNoFilter by platform (e.g., 'cisco_ios', 'arista_eos')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, lowering the burden. The description adds that execution happens via SSH and describes the return structure as a dictionary mapping hosts to success/error results, providing useful behavior beyond the annotations.

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

Conciseness5/5

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

The description is concise and well-structured with an Args section and a Returns section. Every sentence adds relevant information without redundancy, and the main purpose is front-loaded in the first sentence.

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

Completeness5/5

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

Given the moderate complexity (multiple filters, raw command execution), the description covers all necessary aspects: purpose, parameters, execution method, and return format. The output schema already provides structure, and the description fills in the behavioral context.

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

Parameters3/5

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

The input schema covers 100% of the parameters, so the description need not repeat them. It adds no extra semantic detail beyond what the schema already provides, but the schema descriptions are sufficient. Baseline 3 is appropriate.

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 executes raw CLI show commands via SSH, combining a specific verb ('execute') with a concrete resource ('raw CLI show commands'). It distinguishes itself from siblings like apply_config (config changes) and backup_configs (backups) by emphasizing the read-only 'show' nature.

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 clearly establishes the intended context: raw CLI show commands over SSH. It does not explicitly mention when not to use it or name alternatives, but the 'show' scope and SSH method provide clear contextual guidance for when this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sydasif/nornir-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server