Skip to main content
Glama
cvz-dev

Packet-Tracer-MCP

by cvz-dev

instalar_tarjeta_wifi

Replace a device's Ethernet module with a wireless card to enable Wi-Fi connectivity for PCs, laptops, servers, and printers.

Instructions

Cambia el módulo Ethernet de un endpoint por una tarjeta inalámbrica.

Las PCs, laptops, servidores e impresoras de Packet Tracer vienen con módulo de cobre: sin este cambio NO tienen radio y no pueden asociarse a ningún SSID, aunque configures el wifi con configurar_wifi().

Quita la tarjeta del slot 0 y pone la inalámbrica. Ojo: el dispositivo pierde su puerto FastEthernet0, así que hazlo ANTES de cablearlo.

Tablets y smartphones ya son inalámbricos de fábrica: no los necesitan.

Flujo para un cliente wifi:

  1. crear_dispositivo('LAPTOP1', 'Laptop-PT')

  2. instalar_tarjeta_wifi('LAPTOP1')

  3. configurar_wifi('LAPTOP1', 'OFFICE-WIFI', clave='...')

  4. configurar_pc('LAPTOP1', ...) o dejar que tome IP por DHCP

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dispositivoYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations are None, so the description carries the full disclosure burden. It succeeds by disclosing the mutation (module swap) and its consequence (loss of the FastEthernet0 port) plus the timing constraint. It falls short of a 5 by not stating whether the change is reversible or what happens when called on an already-wireless/non-endpoint device.

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?

Purpose and the consequence (losing FastEthernet0) are front-loaded in the first paragraph, with the when-not rule and flow following logically. The 4-step flow is somewhat verbose but earns its place as concrete usage guidance. A tight, well-ordered description with minimal waste.

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 single-parameter mutation tool with an output schema, it covers the what, why, when-not, ordering constraint, prerequisites (by referencing crear_dispositivo), and follow-up steps. The only gaps are error cases and reversibility, which keep it from being fully complete, but nothing an agent needs to call it correctly is missing.

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 for the sole parameter 'dispositivo', the description compensates by demonstrating usage in the example flow (instalar_tarjeta_wifi('LAPTOP1')). It implies the parameter must be an existing endpoint created via crear_dispositivo but never states that constraint explicitly, so it does not fully close the coverage gap.

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 specific verb and resource ('changes the Ethernet module of an endpoint for a wireless card') and explains the underlying rationale (no radio, cannot associate with any SSID otherwise). This clearly distinguishes it from siblings like configurar_wifi, which configures but cannot add radio capability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when NOT to use it (tablets and smartphones are already wireless from factory), an ordering constraint (must be done BEFORE cabling because the device loses FastEthernet0), and a full numbered flow placing it in sequence among sibling tools like crear_dispositivo and configurar_wifi. Nothing is left to inference.

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