Skip to main content
Glama

run_netmiko_config

Deploy configuration commands to multiple network devices concurrently using Netmiko, filtering hosts by criteria. Requires user confirmation before execution.

Instructions

WRITE OPERATION: modifies device configuration. Deploy configuration commands concurrently to multiple hosts via Netmiko. Confirm with the user before calling this tool.

Args: commands: List of configuration commands to execute. filter_criteria: Dictionary to filter target hosts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandsYes
filter_criteriaNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It correctly identifies itself as a WRITE OPERATION and mentions concurrent deployment, but lacks details on side effects (e.g., whether changes are saved, rollback options, authentication requirements). This is adequate but not comprehensive.

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 (5 lines), front-loads the critical 'WRITE OPERATION' tag, and uses a brief Args section. Every sentence adds value without redundancy.

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

Completeness4/5

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

Given an output schema exists, return values are not required. The description covers purpose, usage guideline, and parameter semantics. However, for a device config modification tool, more context on safety (e.g., backup, confirmation flow) would improve completeness.

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

Parameters4/5

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

Schema description coverage is 0%, so the description compensates by explaining both parameters: 'commands' as a list of configuration commands and 'filter_criteria' as a dictionary to filter hosts. This adds meaningful guidance beyond the schema's basic type information.

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 modifies device configuration and deploys commands concurrently via Netmiko. The verb 'modifies' and resource 'device configuration' are specific, and the method 'concurrently to multiple hosts' distinguishes it from siblings like run_netmiko_command and run_serial_command.

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 advises to confirm with the user before calling, which is a useful guideline. However, it does not explicitly compare to sibling tools or state when to use this tool versus run_netmiko_command (which likely executes single commands) or others, leaving usage context partially implied.

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/nagayon-935/nornir-mcp-server'

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