Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

get_report_group

Read-only

Retrieve detailed information about a report group by ID, including name, path, parent ID, description, and report/subgroup counts.

Instructions

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

Returns: Complete report group details: name, full path, parentId, description, number of reports (direct and total), number of subgroups.

When to use:

  • Get group path for documentation

  • Check report membership counts

  • Verify group hierarchy

  • Review group structure before creating reports

Workflow: Use "list_report_groups" to find groupId, then use this tool for complete details.

Related tools: "list_report_groups" (find groups), "list_reports" (reports in group), "create_report_group" (create new).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesThe ID of the report group 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.
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description's mention of returning details is consistent. It adds value by specifying the exact return data (name, path, parentId, counts). No side effects or limitations are omitted, but no extra behavioral context beyond the annotations is needed.

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?

Description is well-structured: a brief summary sentence, bullet list of return values, use-case section, workflow hint, and related tools. Every sentence is informative and earns its place.

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 simple read tool with full schema coverage and no output schema, the description sufficiently covers return details, use cases, and workflow. No gaps remain for an AI agent to invoke 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?

Input schema has 100% coverage with descriptions for both parameters. The description does not add meaning beyond the schema; it only reaffirms the groupId parameter. Baseline score of 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 verb ('Get'), resource ('detailed information about a specific report group by ID'), and includes the context of LM monitoring. It lists return fields, distinguishing itself from sibling tools like list_report_groups.

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?

A dedicated 'When to use' section lists four specific use cases, and a workflow note suggests using list_report_groups first. Related tools are explicitly named, providing clear guidance on when to use this tool versus 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