generateNetworkFromDescription
Turn natural language descriptions into complete network topologies, including devices, links, IP addressing, and configurations. Optionally auto-builds the design in Packet Tracer.
Instructions
Use AI (Gemini) to generate a complete network topology from a natural language description. Returns a full network design including devices, links, IP addressing, and configurations. Requires GEMINI_API_KEY environment variable or ~/.cisco-pt-mcp/config.json with gemini_api_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_build | No | If true, automatically build the network in Packet Tracer. If false, only return the design JSON. Defaults to false. | |
| description | Yes | Natural language description of the desired network. Example: 'Create a small office network with 2 departments, each with a switch, 3 PCs, and a central router with internet connection' |