Skip to main content
Glama

backup_device_configs

Idempotent

Backup network device configurations to local disk, filtering by device name, hostname, group, or platform for targeted backups.

Instructions

Save device configuration to the local disk.

Args: path: Directory path to save backup files 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: Summary of saved file paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo./backups
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 indicate idempotentHint=true, readOnlyHint=false, and destructiveHint=false. The description adds that it returns a summary of saved file paths, but does not disclose behaviors like overwrite policy, directory creation, or naming conventions. It does not contradict 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 a well-structured docstring with clear sections for Args and Returns. Every sentence provides necessary information without fluff. It is concise and effectively front-loaded with the core action.

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 the presence of an output schema and annotations, the description adequately covers purpose, parameters, and return value. It could mention prerequisites like needing an active connection to devices, but since all parameters are optional and the tool operates on an inventory, the description is sufficiently complete for an agent to select and invoke it correctly.

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?

Even though the schema itself has no descriptions (0% coverage), the description compensates by providing a concise Args block that explains each parameter's purpose and includes an example for filter_platform. This adds meaningful semantics beyond parameter names.

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 uses a specific verb and resource ('Save device configuration to the local disk') and is clearly distinct from sibling tools like list_network_devices, send_config_commands, and run_show_commands. It summarizes the operation in one unambiguous sentence.

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 states exactly when to use the tool: to save device configurations to disk. It also lists filters that imply use with an inventory. However, it does not explicitly contrast with alternatives or state when not to use it, though the action itself is clear enough to avoid confusion with siblings.

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