Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

get_service_group

Read-only

Retrieve detailed information about a specific service group in LogicMonitor, including its full path, parent ID, count of services and subgroups, to verify hierarchy or document group structure.

Instructions

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

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

When to use:

  • Get group path for documentation

  • Check service membership counts

  • Verify group hierarchy

  • Review group structure before creating services

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

Related tools: "list_service_groups" (find groups), "list_services" (services in group), "create_service_group" (create new).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupIdYesThe ID of the service 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.
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows it's a read operation. The description adds detail about the return content but does not disclose additional behavioral traits like authentication requirements, rate limits, or side effects. The description is consistent with annotations and does not contradict them.

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, Workflow, Related tools) using markdown headers and bullet points. It is readable but slightly verbose; some redundancy exists (e.g., the first sentence is repeated in Returns). Overall, it effectively communicates without being excessively long.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/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 compensates by listing the return fields (name, full path, etc.). It also provides usage workflow and related tools, making it complete for a simple get tool with 2 parameters. It could mention handling of the optional fields parameter or limits of the response, but overall it provides sufficient context for an agent.

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 both parameters (groupId, fields) described. The description does not add new semantic meaning beyond what the schema provides for these parameters. However, the listing of returned fields gives context that might indirectly help parameter selection but does not directly enhance parameter semantics.

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 retrieves detailed information about a specific service group by ID. It specifically uses the verb 'Get' and resource 'service group', and the returns section lists specific fields. It differentiates from sibling tools like list_service_groups (which finds groups) and get_service (for individual services), as shown in the related tools section.

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 provides explicit 'When to use' bullet points (e.g., get group path, check membership counts) and a workflow that instructs to use list_service_groups first to find the groupId. It also lists related tools with their purposes, giving 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