Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

delete_action_chain

DestructiveIdempotent

Delete an action chain by ID to stop referenced action rules from triggering. Requires write permission.

Instructions

Delete an action chain (requires write permission). Action rules referencing it stop triggering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chain_idYesAction chain ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already signal destructiveness and lack of read-only behavior, so the description's job is lighter. It adds useful behavioral context beyond the annotations: write permission is required, and dependent action rules will stop triggering. This is meaningful extra transparency and does not contradict any annotation.

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?

Two short sentences, each earning its place: the first states the operation and permission, the second states the key side effect. There is no filler, repetition, or boilerplate.

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 one-parameter delete tool with no output schema and with destructive/idempotent hints already provided, the description covers the operation, prerequisite, and main consequence. Nothing essential is missing for an agent to decide whether and how to invoke 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?

The schema has 100% description coverage for chain_id as 'Action chain ID', so the description need not compensate. The description only implicitly connects chain_id to the chain being deleted, adding no new parameter-level meaning. Baseline 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?

States a specific verb and resource ('Delete an action chain') and adds the distinctive consequence that action rules referencing it stop triggering. This clearly separates it from create, update, and get action chain siblings, as well as from delete_action_rule.

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

Usage Guidelines4/5

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

Provides clear context by noting the write permission requirement and the downstream effect on action rules. It does not explicitly name alternatives, but the intent to remove a chain is unambiguous and the consequence helps the agent understand what deletion entails.

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