Skip to main content
Glama
cvz-dev

Packet-Tracer-MCP

by cvz-dev

crear_dispositivo

Create a network device in Packet Tracer by specifying an exact model name and optional coordinates to place it on the canvas for topology construction.

Instructions

Crea un dispositivo de red en Cisco Packet Tracer.

Modelos disponibles (nombres exactos del catálogo de PT): Routers: 1841, 1941, 2620XM, 2811, 2901, 2911, ISR4321 Switches L2: 2950-24, 2960-24TT, Switch-PT Switches L3: 3560-24PS, 3650-24PS Firewalls ASA: 5505, 5506-X Endpoints: PC-PT, Laptop-PT, Server-PT, Printer-PT, TabletPC-PT, SMARTPHONE-PT, TV-PT Wireless: AccessPoint-PT, AccessPoint-PT-AC, Linksys-WRT300N, HomeRouter-PT-AC, WLC-2504 VoIP: 7960, Home-VoIP-PT ISP/WAN: Cloud-PT, DSL-Modem-PT, Cable-Modem-PT Hubs: Hub-PT, Repeater-PT Placas: MCU-PT, SBC-PT, Thing IoT: Webcam, Motion Detector, Smoke Detector, Temperature Monitor, Humidity Monitor, Light, Smart LED, Street Lamp, Door, Garage Door, Fan, Air Conditioner, Furnace, Thermostat, Siren, Alarm, Lawn Sprinkler, Power Meter, Solar Panel, Battery, Home Speaker, RFID Reader, RFID Card, LED, LCD, Motor, Servo, Speaker y los sensores (Motion Sensor, Temperature Sensor, Smoke Sensor, Water Sensor, etc.)

El nombre del modelo debe coincidir EXACTAMENTE con el catálogo: si no existe, Packet Tracer no crea nada y no avisa del error.

Coordenadas (x, y): opcionales. Si no se especifican, el dispositivo se posiciona automáticamente según su tipo en el canvas (900x600): Firewalls → columna izquierda Routers → fila superior central Switches L3→ fila media-alta Switches L2→ fila media Wireless → columna derecha media Endpoints → fila inferior VoIP → fila inferior derecha WAN/ISP → columna derecha

Asegúrate de que el nombre sea único en la topología.

IMPORTANTE: crear_dispositivo() solo coloca el icono en el canvas. Para que los dispositivos se comuniquen DEBES llamar conectar_dispositivos() después de crear todos los dispositivos. Sin cables no hay conectividad.

PUERTOS SERIALES: Si el router necesita enlaces WAN seriales (Serial0/0/0, Serial0/0/1), llama agregar_modulo_router(nombre, 'WIC-2T') ANTES de conectar los cables. El módulo WIC-2T no viene instalado por defecto en PT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNo
yNo
modeloYes
nombreYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations present, the description carries the full burden, and it excels: it reveals that Packet Tracer silently fails (no creation and no error) if the model name doesn't match, describes auto-positioning by type, requires unique names, and clarifies that the tool only places an icon with no connectivity. These are high-value, non-obvious behaviors that annotations could not have supplied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long, but nearly every line earns its place given the tool's complexity: a large valid-catalog list, positioning rules, naming constraint, and two critical prerequisites. It is well organized with headers, bullets, and a bolded IMPORTANTE section, and it front-loads the purpose. The only minor redundancy is that the catalog partially overlaps the input-schema enum.

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 tool with 4 parameters, 0% schema description coverage, no annotations, and an output schema, the description is remarkably complete: it defines valid inputs, exact-match failure semantics, optional coordinate behavior, naming uniqueness, and the required follow-up actions (conectar_dispositivos, agregar_modulo_router). Nothing an agent needs to invoke it correctly is missing.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fully compensates for all four parameters: modelo is explained via the organized catalog plus the exact-match rule, x/y are documented as optional with type-dependent auto-positioning, and nombre is constrained to be unique in the topology. It adds substantial semantics that the bare schema (types and an enum) does not convey.

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?

States a clear verb-resource pair: 'Crea un dispositivo de red en Cisco Packet Tracer'. The description also explicitly distinguishes this tool from its siblings by declaring that it 'solo coloca el icono en el canvas' and that connectivity is handled by a separate tool, so an agent can tell it apart from conectar_dispositivos or configurar_dispositivo.

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 an explicit workflow: create all devices first, then call conectar_dispositivos(), and call agregar_modulo_router for WAN serial modules before cabling. It also states when the tool is not sufficient (no connectivity without cables). However, it does not contrast against similar creation-like siblings such as crear_router_maestro, leaving a small ambiguity.

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