Skip to main content
Glama

send_config_commands

Destructive

Send configuration commands to network devices, optionally filtered by name, hostname, group, or platform. Provides per-host success or error feedback.

Instructions

Send configuration commands to network devices.

Args: commands: List of configuration commands 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)

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandsYes
filter_nameNo
filter_groupNo
filter_hostnameNo
filter_platformNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already mark the tool as destructive, and the description adds the return format (dictionary with 'hosts' key) and filter-based targeting behavior. However, it does not disclose potential side effects, ordering guarantees, or rollback behavior beyond the annotation's destructive hint.

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, front-loaded with a clear purpose sentence, then structured lists for arguments and return value. Every part adds useful information 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?

The description covers purpose, all parameters, and return format, making it reasonably complete for a command-sending tool. It lacks usage guidance and additional caveats, but given the output schema and annotations, it provides sufficient context for correct invocation.

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

Parameters5/5

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

The description includes an 'Args' section that explains all five parameters, including the semantics of each filter (name, hostname, group, platform) and the commands list. This fully compensates for the 0% schema description coverage.

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 'Send configuration commands to network devices' with a specific verb and resource, distinguishing it from sibling read-only tools like run_show_commands or list_network_devices.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided about when to use this tool versus alternatives such as run_show_commands for read-only operations or backup_device_configs for backups. The description simply defines the action without contextual usage notes.

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

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