Skip to main content
Glama
ryanmat

io.github.ryanmat/logicmonitor

by ryanmat

update_propertysource

Replace a LogicMonitor PropertySource with a full definition. Fields omitted are blanked, so confirmation is required. For safer partial changes, use the partial-update tool.

Instructions

RAW UPDATE -- full-replace semantics. Any field omitted from definition is BLANKED on the server. PREFER update_logicmodule(type='propertysource', 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 PropertySource definition with all fields (will replace)
propertysource_idYesPropertySource ID to update

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv4.2.0

TDQS

A4.1/5.0
Behavior1/5

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

The description is actually very transparent: it warns about full-replace semantics, field blanking, and the confirm guard. However, the annotations declare destructiveHint=false, while the described behavior of BLANKING omitted fields on the server is a destructive overwrite. This is an annotation contradiction, so the score is 1 per the scoring rule.

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 dense and front-loaded: the dangerous full-replace semantics are stated first, the blanking consequence second, the safer alternative third, and the required confirmation last. Every sentence earns its place with no redundancy.

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 mutation tool with no output schema, the description gives an agent everything needed to invoke it correctly: the full-replace contract, the destructive risk, the required confirm flag, and a pointer to the safer partial-update alternative.

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 schema already documents all parameters. The description adds crucial meaning beyond the schema by explaining that any field omitted from definition is blanked and that confirm must be true, which materially changes how the parameters should be used.

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 opens with 'RAW UPDATE -- full-replace semantics', naming a specific verb, resource, and operation mode. It also distinguishes itself from update_logicmodule, so an agent can tell exactly what this tool does without examining schemas.

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?

The description explicitly says to PREFER update_logicmodule(type='propertysource', id, changes, mode='preview') for partial updates and specifies that confirm=true is required. This gives an agent clear routing guidance and a concrete prerequisite.

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