Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

list_netscans

Read-only

List all network discovery scans to audit configurations, review schedules, and troubleshoot device auto-discovery issues.

Instructions

List all network discovery scans (NetScans) in LogicMonitor (LM) monitoring.

Returns: Array of netscans with: id, name, description, scan method (nmap/script/ICMP/SNMP), schedule, target networks (IP ranges/subnets), collector, last run time, resource/device discovered.

What are netscans: Automated network discovery that finds resource/device on your network and adds them to monitoring. Instead of manually adding resource/device one-by-one, netscan automatically discovers and onboards resource/device based on IP ranges or subnets.

When to use:

  • Audit existing discovery configurations

  • Check which networks are being scanned

  • Review netscan schedules

  • Troubleshoot why resource/device not auto-discovered

  • Find netscan IDs for modifications

How netscans work: Scheduled job → Scan network range (e.g., 192.168.1.0/24) → Find live resource/device → Check if already monitored → If new, add to LogicMonitor → Apply resource/device properties and datasources → Begin monitoring

NetScan methods:

  • nmap: Network mapper scan (comprehensive, detects OS, ports, services)

  • ICMP Ping: Simple ping sweep (fastest, basic reachability)

  • SNMP Walk: Query SNMP-enabled resource/device (network gear, servers with SNMP)

  • Script: Custom discovery logic (cloud APIs, CMDBs, etc.)

  • AWS/Azure/GCP: Cloud auto-discovery via APIs

Common use cases:

  • Data center discovery: Scan 10.0.0.0/16 network, auto-add all servers

  • Cloud auto-discovery: Scan AWS account, add all EC2 instances daily

  • Branch office monitoring: Scan remote office subnets, discover network resource/device

  • Dynamic infrastructure: Auto-discover containers, VMs as they spin up

Example NetScan configurations:

  • "Production Servers" - Scan 192.168.1.0/24 every 6 hours via nmap

  • "AWS EC2 Discovery" - Query AWS API every hour for new instances

  • "Network resources/Devices" - SNMP walk 10.0.0.0/8 daily for routers/switches

Workflow: Use this tool to review netscans, then "get_netscan" for detailed configuration including filters and resource/device properties.

Important: A negative "total" value in the response indicates incomplete results. Use pagination (size/offset parameters) or set autoPaginate: true to retrieve all items.

Related tools: "get_netscan" (configuration details), "create_netscan" (set up auto-discovery), "run_netscan" (trigger manual scan).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoNumber of results per page (default: 50, max: 1000).
offsetNoStarting offset for pagination (default: 0). Use this to skip a specific number of results.
autoPaginateNoAutomatically fetch all pages (default: false). When true, fetches all results across multiple pages. When false, returns only the requested page. Use false for large result sets to avoid long response times.
filterNoFilter expression using LogicMonitor query syntax. Examples: name:*prod*, displayName~*server*, id>100, hostStatus:normal. Available operators: : (equals), ~ (includes), !: (not equals), !~ (not includes), >: (greater than or equals), <: (less than or equals), > (greater than), < (less than). Multiple conditions: Use comma (,) for AND, use || for OR. Do NOT use &&.
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.
Behavior5/5

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

Annotations provide readOnlyHint, and the description adds important behavioral details: explains pagination behavior (negative total indicates incomplete results, use autoPaginate), describes the return structure, and explains what netscans are and how they work. This adds value beyond the annotations.

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

Conciseness5/5

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

The description is well-structured with sections like Returns, What are netscans, When to use, How netscans work, etc. It is front-loaded with the main purpose and every section adds value without unnecessary verbosity.

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?

Given no output schema, the description provides a comprehensive overview of what is returned (list of netscans with fields), explains the domain, and gives proper usage guidance. It covers all necessary context for an AI agent to use this tool correctly.

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% with clear parameter descriptions. The description does not add new information about the parameters themselves, though it provides context on using pagination (size, offset, autoPaginate) in the 'Important' note. This is helpful but largely behavioral, so baseline 3 is appropriate.

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 lists network discovery scans (NetScans) in LogicMonitor. It uses a specific verb (list) and resource (netscans), and differentiates from other list_* tools by focusing on netscans.

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 with specific use cases like auditing, checking networks, troubleshooting. It also provides a workflow (use this tool first, then get_netscan) and lists related tools (get_netscan, create_netscan, run_netscan) to guide when to use alternatives.

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