Skip to main content
Glama

snmp_bulk_walk

Retrieve an entire OID subtree from SNMP devices using GETBULK for faster walks of large tables, with automatic fallback to GETNEXT for SNMPv1 hosts.

Instructions

Walk an OID subtree via GETBULK (SNMPv2c+). Faster than snmp_walk for large tables; falls back to GETNEXT with a warning on v1 hosts. max_repetitions defaults to 25.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
root_oidYes
max_repetitionsNo
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the GETBULK mechanism, fallback to GETNEXT with warning on v1, and default max_repetitions. It does not mention side effects, rate limits, or authentication needs, but for a read-only SNMP walk, this is reasonably transparent.

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?

Two sentences, no wasted words. First sentence states purpose and mechanism. Second sentence adds performance comparison, fallback, and default. Highly efficient.

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?

For a 3-param tool with no output schema and no annotations, the description covers purpose, usage conditions, and a key parameter. Missing details on return format, error handling, or credentials, but given the simplicity and typical SNMP context, it is fairly complete.

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?

Schema description coverage is 0%, so the description must add meaning. It explains max_repetitions (default 25) but does not describe host or root_oid. Host and root_oid are self-explanatory to some extent, but the lack of schema description combined with only one param explained results in moderate added value.

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 walks an OID subtree via GETBULK for SNMPv2c+. It distinguishes from sibling snmp_walk by noting it is faster for large tables and provides a fallback mechanism, making the purpose specific and well-defined.

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 gives guidance on when to use (large tables, faster than snmp_walk) and when fallback occurs (v1 hosts with warning). It implies snmp_walk as an alternative but does not explicitly list when not to use or cover all sibling tools. Clear context but missing exclusions.

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/acato/snmp-mcp'

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