Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

get_topology

Read-only

Retrieve network topology data showing device relationships, physical and logical connections, and Layer 2/3 maps for troubleshooting and documentation.

Instructions

Get network topology information in LogicMonitor (LM) monitoring.

Returns: Network topology data with: resource/device relationships, network connections, parent-child hierarchies, Layer 2/Layer 3 connectivity maps.

What is topology: Automatically discovered network relationship map showing how resource/device connect to each other. LogicMonitor uses SNMP, CDP (Cisco Discovery Protocol), LLDP (Link Layer Discovery Protocol), and other methods to build network topology maps.

When to use:

  • Understand network architecture and resource/device relationships

  • Visualize network connectivity

  • Plan network changes

  • Troubleshoot connectivity issues

  • Document network infrastructure

Topology information includes:

  • Physical connections: Which resource/device are physically connected (switch ports, router interfaces)

  • Logical relationships: Parent-child relationships (gateway → firewall → switches → servers)

  • Layer 2 topology: MAC address tables, VLANs, switch port connections

  • Layer 3 topology: IP routing, subnets, default gateways

Use cases:

  • Network visualization: See how your network is structured

  • Impact analysis: "If this switch fails, what resource/device lose connectivity?"

  • Capacity planning: Identify network bottlenecks and heavily-utilized links

  • Documentation: Auto-generated network diagrams

  • Troubleshooting: Trace connection paths between resource/device

How LogicMonitor discovers topology:

  • CDP/LLDP: Cisco and other vendors broadcast neighbor information

  • SNMP: Query resource/device interface tables, ARP tables, routing tables

  • Traceroute: Active probing to discover paths

  • Parent/child relationships: Based on gateway configuration

Related tools: "list_resources" (view resources/devices), "get_resource" (device details including connections).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoComma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields.
Behavior4/5

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

Annotations already provide readOnlyHint=true, but the description adds significant behavioral context: what is returned (relationships, layers), how discovery works (SNMP, CDP, LLDP), and the nature of the data (automatically discovered maps). It does not discuss rate limits or performance, but for a read-only query tool, this is sufficient.

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 well-structured with headings and bullet points, making it easy to scan. However, it is verbose with repeated phrases like 'resource/device' and covers extensive explanatory material that could be condensed. Still, front-loading the purpose and returns helps agents quickly grasp the tool.

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 no output schema and moderate complexity, the description is remarkably complete. It explains what topology is, when to use it, what information is included (layers, connections), use cases, and even how discovery works. This enables an agent to understand the tool's domain and invocation context thoroughly.

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

Parameters3/5

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

Schema coverage is 100% for the single parameter 'fields,' which is adequately described in the schema. The description does not add any additional semantic meaning or examples for this parameter, so it meets the baseline but does not exceed.

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 states the tool's purpose: 'Get network topology information in LogicMonitor (LM) monitoring.' It specifies the exact resource (network topology) and distinguishes from sibling tools like list_resources and get_resource via the 'Related tools' section, making the purpose unambiguous.

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?

The description includes a dedicated 'When to use' section listing explicit use cases (e.g., understand network architecture, troubleshoot connectivity). It also names alternatives in 'Related tools,' guiding the agent on when to choose this tool over others. No explicit exclusions, but the guidance is comprehensive.

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/monitoringartist/logicmonitor-mcp-server'

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