Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

update_device_instance

Update an existing device instance by editing its display name, description, monitoring state, or alerting configuration.

Instructions

Update a monitored instance on a device (requires write permission)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
device_idYesDevice ID
descriptionNoNew description
instance_idYesInstance ID to update
display_nameNoNew display name
stop_monitoringNoStop or resume monitoring for this instance
disable_alertingNoDisable or enable alerting for this instance
device_datasource_idYesDevice-DataSource ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds the write-permission requirement, which is useful, but does not clarify side effects, whether the update is partial, or what happens when stop_monitoring or disable_alerting are toggled.

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, front-loaded sentence that states the core purpose and the key prerequisite. No filler or redundant wording is present.

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?

Given the 7-parameter schema with 100% coverage and annotations, the description provides only high-level purpose and permission. It does not explain the identifying role of the three required parameters or describe the response, but the schema compensates for most of this gap.

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 each parameter is already documented. The description itself adds no parameter-specific meaning, which aligns with the baseline of 3 when the schema carries the semantic burden.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update') and the resource ('a monitored instance on a device'), and adds a permission prerequisite. It distinguishes the tool from add/delete/get instance siblings, though it does not explicitly name those alternatives.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like add_device_instance, delete_device_instance, or get_device_instances. The only context provided is the write-permission requirement, which is a prerequisite rather than usage routing.

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