Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

delete_action_rule

DestructiveIdempotent

Remove an automated action rule from LogicMonitor to stop unwanted responses and keep alert workflows accurate.

Instructions

Delete an action rule (requires write permission)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYesAction rule 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 convey that this is destructive and not read-only, and the description adds the useful context that write permission is required. However, it does not disclose potential consequences such as permanence, impact on dependent action chains, or what happens after deletion.

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 one short sentence with no filler or redundant wording. It front-loads the operation and adds the key permission requirement, earning its place compactly.

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 simple one-parameter delete operation with rich annotations (destructive, idempotent, open-world), the description is nearly complete. It could be improved by stating permanence or return behavior, but the provided permission note and clear action/resource make correct invocation likely.

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?

With 100% schema description coverage, the single parameter rule_id is already documented as 'Action rule ID'. The description adds no further parameter-level information, so it meets the baseline but does not go beyond the schema.

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 names the action ('Delete') and the resource ('an action rule'), making it easy to distinguish from sibling CRUD tools like get_action_rule, create_action_rule, and update_action_rule. Even without a title, the purpose is 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 its use case through the verb 'delete' and notes a prerequisite ('requires write permission'), but it does not explicitly state when to prefer this over alternatives such as update_action_rule or how to handle the deleted rule. No when-not or alternative routing is provided.

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