Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

delete_recipient_group

DestructiveIdempotent

Delete a recipient group in LogicMonitor to remove unused alert notification groupings. Requires write permission and the group ID.

Instructions

Delete a recipient group (requires write permission)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesRecipient group ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the destructive nature is covered. The description adds one useful behavioral detail — the write permission requirement — but does not disclose other side effects or consequences of deletion. No contradiction with 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 a single concise sentence that front-loads the primary action. The parenthetical 'requires write permission' adds relevant context without waste.

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?

For a one-parameter delete operation, the schema fully describes group_id, annotations cover idempotency/destructiveness, and the description states the permission requirement. The definition is nearly complete, though a note about cascading effects or permanence would marginally improve it.

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 group_id already described as 'Recipient group ID'. The description adds no additional parameter-level semantics, so the baseline of 3 applies.

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 states a specific verb and resource: 'Delete a recipient group'. This clearly distinguishes the tool from sibling operations like create_recipient_group, update_recipient_group, and get_recipient_group, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the verb 'Delete' and adds a prerequisite ('requires write permission'), but it does not explicitly discuss when to use this tool versus alternatives or provide any when-not scenarios. The usage is clear by context but not explicitly guided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools