Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

create_alert_rule

Automate alert notifications in LogicMonitor by defining rules that match specific devices, groups, or data points and route them to the right escalation chain with set priority.

Instructions

Create an alert rule in LogicMonitor (requires write permission)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the alert rule
devicesNoList of device patterns to match
instanceNoInstance pattern to match
priorityYesPriority level (lower = higher priority)
datapointNoDataPoint pattern to match
level_strNoAlert level filter
datasourceNoDataSource pattern to match
device_groupsNoList of device group patterns to match
escalation_chain_idYesEscalation chain ID for the rule
suppress_alert_clearNoSuppress alert clear notifications
suppress_alert_ack_sdtNoSuppress ack/SDT notifications

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare this is not read-only, not idempotent, and not destructive. The description adds the useful operational context that write permission is required, which goes beyond the annotations and helps the agent understand authorization needs. No contradictions exist.

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 compact sentence, front-loading the core operation and system, and includes the write-permission caveat without any filler. Every word earns its place.

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

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 11-parameter mutation tool with no output schema, the description provides only the minimal 'create alert rule' framingable and a permission note. It does not cover behaviors like idempotency or return values, but the fully documented schema and annotations partially compensate, making this a minimum-viable definition.

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 description coverage is 100%, so the individual parameter meanings are fully documented. The description adds no extra parameter guidance, but the baseline of 3 applies because the schema carries the burden.

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 names a specific verb ('Create'), the resource ('alert rule'), and the system ('LogicMonitor'), clearly distinguishing it from siblings like update_alert_rule and delete_alert_rule. An agent can immediately understand the operation without opening the schema.

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 the tool is for creating a new alert rule, and it adds the prerequisite that write permission is required. However, it does not explicitly state when to use this tool versus alternatives such as update_alert_rule or delete_alert_rule, leaving the routing to inference from the tool name.

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