I think the issue here is the prompt is a bit vague. Can you elaborate on what you mean by "What are the sites where the meraki network extends to"? There's no reference to a network that your looking for information about unless you excluded it purposefully. Are you trying to determine if the network is a hub or spoke? If a spoke do you want to see which hubs your connected to? From the below you can see how if you get a little more specific with what your asking you can get more valuable or intelligible information. The LLM is breaking down the natural language and then leveraging the MCP Server and it's available tools to run API calls, parsing the information received and finally spitting it back to the end user in what it thinks is the best response to the original prompt. Original Prompt: For organization SEMA SE Lab can you tell me which hubs MK-Lab is using? LLM+MCP Response: I'll help you find which hubs the MK-Lab network is using in the SEMA SE Lab organization. Let me start by getting the organization details and then look for the MK-Lab network. Called get_organizations Great! I can see the SEMA SE Lab organization with ID "XXXXX". Now let me get the networks in this organization to find the MK-Lab network. Called get_networks Perfect! I found the MK-Lab network with ID "L_XXXX". Now let me check the VPN site-to-site configuration for this network to see which hubs it's using. Called get_appliance_vpn_site_to_site Now let me get the details of the hub network to see its name: Called get_network_details Based on my analysis of the SEMA SE Lab organization, here's what I found regarding the hubs that MK-Lab is using: MK-Lab Network Hub Configuration Network: MK-Lab (I😧 L_XXXX) VPN Mode: Spoke Hub Network: MK-Lab-DC (I😧 N_XXXXX) Hub Details: Hub Name: MK-Lab-DC Hub ID: N_XXXXXX Product Types: Appliance Use Default Route: False Subnet Configuration: The MK-Lab network has 9 subnets configured, with 8 of them using VPN connectivity: 192.168.128.0/24 - Not using VPN (useVpn: false) 192.168.32.0/24 through 192.168.39.0/24 - All using VPN (useVpn: true) So to answer your question: MK-Lab is using MK-Lab-DC as its hub network in the SEMA SE Lab organization. This is a spoke-hub VPN configuration where MK-Lab acts as a spoke network connected to the MK-Lab-DC hub network. Thanks -MK
... View more