Skip to main content
Glama
cvz-dev

Packet-Tracer-MCP

by cvz-dev

obtener_puertos_dispositivo

Lists a device's real interfaces, showing which are free or cabled, to determine the correct interface for connecting devices.

Instructions

Lista las interfaces REALES de un dispositivo, preguntándoselas a Packet Tracer, y dice cuáles están libres y cuáles ya tienen cable.

Refleja el hardware instalado: si el router lleva un WIC-2T, aquí aparecen sus puertos Serial; si no, no aparecen. Por eso es la forma fiable de saber qué interfaz usar en conectar_dispositivos().

Ejemplo: obtener_puertos_dispositivo('R1')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nombreYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden and does well: it states that the tool queries Packet Tracer, reflects installed hardware, and reports which interfaces are free or cabled. It doesn't mention error behavior or explicitly say it's non-modifying, but the verb 'Lista' and the nature of the tool make this clear.

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 efficient and well-organized: purpose first, then hardware-reflection rationale, then a concrete example. Every sentence earns its place with no filler.

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 one-parameter read-only listing tool with an output schema, the description covers behavior, hardware dependency, result content, and a use case. Nothing essential is missing for correct invocation.

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?

The schema only says 'Nombre' with 0% coverage, but the description provides a precise example (obtener_puertos_dispositivo('R1')) that clarifies the parameter is the device name. This adds the needed meaning that the schema alone lacks.

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 identifies the tool as listing the REAL interfaces of a device and their cable status, with the distinction that it reflects installed hardware. It differentiates itself from generic device-listing tools by emphasizing hardware reflection and its purpose for connection decisions.

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 explicitly states the main use case: it's the reliable way to know which interface to use in conectar_dispositivos(). It gives clear context without naming other alternatives explicitly, but the reference to conectar_dispositivos is practical and concrete.

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/cvz-dev/Packet-Tracer-MCP'

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