Skip to main content
Glama

run_napalm_getter

Read-only

Pull real-time network device details (interfaces, BGP, config) using NAPALM getters and filter by device name, hostname, group, or platform.

Instructions

Execute one or more NAPALM getters on network devices.

Common available getters:

  • "facts": Basic device information (vendor, model, uptime).

  • "interfaces": Interface status, speed, and error statistics.

  • "interfaces_ip": IP address assignments per interface.

  • "bgp_neighbors": BGP session states and neighbors.

  • "config": Retrieve Running/Startup/Candidate configs.

Args: getters: List of NAPALM getter names (e.g., ['facts', 'interfaces', 'arp_table']) getters_options: Optional getter-specific options 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: Structured NAPALM data per host

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gettersYes
filter_nameNo
filter_groupNo
filter_hostnameNo
filter_platformNo
getters_optionsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The readOnlyHint annotation already ensures safety, and the description adds useful behavioral context by enumerating common getters and stating the return format (structured per-host data). It does not contradict annotations and provides enough detail for a read-only operation.

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 well-structured with clear sections for getter examples, arguments, and returns. Every sentence earns its place, and the bullet list of common getters is highly useful without being verbose.

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?

For a read-only tool with annotations and an output schema, the description covers the key aspects: what getters can be used, how to filter hosts, and what the return value looks like. It is complete enough for an agent to select and invoke the tool 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?

With 0% schema description coverage, the description compensates by explaining each parameter (getters, getters_options, and all four filters). It distinguishes filter_name vs filter_hostname vs filter_group vs filter_platform, though getters_options remains somewhat vague.

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 NAPALM getters on network devices, which is a specific verb+resource combination. It distinguishes itself from siblings by focusing on NAPALM getters (structured data) rather than raw commands or config backup.

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 implies use for retrieving structured device data (facts, interfaces, etc.) but does not explicitly compare with alternatives like run_show_commands or backup_device_configs. There is no 'use this when' or 'instead of' guidance, leaving the choice to the agent.

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