Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

get_report

Read-only

Retrieve comprehensive details of a specific LogicMonitor report by its ID, including schedule, recipients, format, and data sources.

Instructions

Get detailed information about a specific report by its ID in LogicMonitor (LM) monitoring.

Returns: Complete report details: name, type, description, schedule (daily/weekly/monthly), recipients, format, data sources (which resources/devices/groups), date range, customization settings, last run timestamp, delivery status.

When to use:

  • Review report configuration before modification

  • Check recipients and schedule

  • Verify data sources (which resource/device included)

  • Troubleshoot why report not received

  • Clone report settings for similar report

Configuration details:

  • Schedule: When report runs (e.g., "Every Monday at 8am")

  • Recipients: Who receives report via email

  • Format: PDF (management), HTML (web), CSV (data analysis)

  • Scope: Which resources/devices/groups are included

  • Date range: Last 7 days, last month, custom period

Workflow: Use "list_reports" to find reportId, then use this tool for complete configuration.

Related tools: "list_reports" (find reports), "update_report" (modify), "generate_report" (run now).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportIdYesThe ID of the report to retrieve
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 already provide readOnlyHint=true, so the description's behavioral disclosure is not burdened. The description adds considerable context about returned fields (name, type, schedule, recipients, format, data sources, etc.) and configuration details, going beyond annotations. No contradiction.

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 clear sections (Returns, When to use, Configuration details, Workflow, Related tools) and is front-loaded with purpose. Some redundancy exists between 'Returns' and 'Configuration details', but overall it's efficient and scannable.

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 detailed return values and configuration details, compensating fully. The workflow and usage scenarios make the tool context-complete for a simple read operation with two parameters.

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 description coverage is 100% (both parameters documented in schema). The description does not add new parameter-level details beyond the schema, but the workflow context indirectly references the reportId. Baseline 3 is appropriate as schema does the heavy lifting.

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 explicitly states 'Get detailed information about a specific report by its ID' and uses a specific verb (get) and resource (report). It distinguishes from siblings by mentioning related tools and workflow, making the purpose clear and unique.

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 'When to use' section lists concrete scenarios (review configuration, check recipients, verify data sources, troubleshoot, clone settings) and the workflow explicitly suggests using 'list_reports' first. The 'Related tools' section provides alternatives, offering clear guidance on when to use this tool versus others.

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