Skip to main content
Glama
humyai99

Cisco Switch MCP Server

by humyai99

get_interface_stats

Read-only

Retrieve traffic and error counters for interfaces on a Cisco switch by providing the device ID.

Instructions

Return interface traffic and error counters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYes
Behavior3/5

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

Annotations declare readOnlyHint=true, and the description 'Return' is consistent. No additional behavioral traits (e.g., permissions, rate limits) are disclosed. The description adds no value beyond the annotation.

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?

A single sentence, front-loaded with the verb and object, using no wasted words. It is appropriately concise for the simplicity of the tool.

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

Completeness3/5

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

Given the simple nature (1 param, no output schema), the description covers the core purpose. However, it fails to describe the return format or any limitations, which would be helpful for an agent. It is minimally adequate but not thorough.

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

Parameters1/5

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

The sole parameter 'device_id' has no description in either the schema or the tool description. The schema coverage is 0%, and the description does not clarify what format (IP, hostname, etc.) or context is expected. This leaves the agent guessing.

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 specifies exactly what the tool does: 'Return interface traffic and error counters.' This clearly distinguishes it from siblings like get_interface_status (status only) and get_device_info (general info), making the tool's purpose unambiguous.

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 implicitly indicates use when interface traffic/error stats are needed, but provides no explicit guidance on when to use alternatives or when not to use this tool. Sibling tools exist, but no comparison is given.

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/humyai99/mcp-cisco'

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