Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

update_configsource

Replace an entire LogicMonitor ConfigSource definition with a full payload. Requires confirm=true to apply; use preview mode for safe partial updates.

Instructions

RAW UPDATE -- full-replace semantics. Any field omitted from definition is BLANKED on the server. PREFER update_logicmodule(type='configsource', id, changes, mode='preview') for partial updates with diff preview. Requires confirm=true to proceed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to proceed. Defaults to false to prevent accidental field-blanking. Use update_logicmodule for safe partial updates.
definitionYesFULL ConfigSource definition with all fields (will replace)
configsource_idYesConfigSource ID to update

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A4.8/5.0
Behavior5/5

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

The description discloses a critical behavioral trait beyond the annotations: omitted fields in `definition` are BLANKED on the server. It also emphasizes the confirm requirement and explicitly warns about the destructive nature of the update, adding valuable context the annotations do not provide.

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 concise, front-loaded with the core semantics ('RAW UPDATE -- full-replace semantics'), and every sentence adds value. It avoids unnecessary filler while conveying the essential behavioral and usage information.

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?

The description covers the key behavioral caveat (field blanking), the alternative tool, and the confirm requirement. It does not describe return values, but the absence of an output schema makes that less critical. Overall, it provides sufficient context for a correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description goes beyond the schema by explaining the full-replace semantics of `definition` (omitted fields are blanked) and reinforcing the role of `confirm`. This adds meaningful clarification to the parameters.

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 identifies the operation as a raw update with full-replace semantics on a ConfigSource. It distinguishes itself from the sibling update_logicmodule by specifying the difference (full-replace vs partial updates), so an agent can immediately understand what this tool does.

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

Usage Guidelines5/5

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

It explicitly names update_logicmodule as the preferred alternative for partial updates with diff preview, and it states that confirm=true is required to proceed. This gives unambiguous guidance on when to use this tool versus the alternative.

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