get_recipient_group
Get detailed information about a recipient group by ID, including member contacts and escalation chain usage. Useful for auditing team notification lists and understanding impact before modifying the group.
Instructions
Get detailed information about a specific recipient group by ID in LogicMonitor (LM) monitoring.
Returns: Complete recipient group details: name, description, list of all members (recipients), member contact info, escalation chains using this group.
When to use:
Review group membership before modifications
Verify who gets notified through this group
Check which escalation chains use this group
Audit team notification lists
Key information returned:
Members: All recipients in group (names, emails, phones)
Usage: Which escalation chains reference this group
Description: Purpose/team name
Before modifying group: Review escalation chain usage to understand impact of changes. Removing member from group affects all chains using that group.
Workflow: Use "list_recipient_groups" to find groupId, then use this tool to review membership before updating.
Related tools: "list_recipient_groups" (find groups), "update_recipient_group" (modify), "list_escalation_chains" (see where used).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | The ID of the recipient group to retrieve | |
| fields | No | Comma-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. |