Skip to main content
Glama

remove_netwatch

Delete a MikroTik Netwatch host monitor by host or comment. Preview first, then confirm to apply the guarded write.

Instructions

Remove a Netwatch host monitor by host or comment (/tool/netwatch remove). At least one of host/comment must be given and must match an existing monitor (host is tried first if both are given).

WRITE tool, guarded: blocked entirely unless the server is running with MIKROTIK_ALLOW_WRITE=true. Call with confirm=False (the default) to get a preview of what would be removed; call again with confirm=True to actually remove it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
commentNo
confirmNo
device_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.11.0

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does it well: it declares this is a WRITE tool, states it is blocked unless MIKROTIK_ALLOW_WRITE=true, and describes the two-phase preview-then-remove confirmation. That is auth gating plus destructive-action semantics disclosed up front.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core action, then the matching constraint, then the write-guard/confirm behavior. No filler sentences, though the parenthetical CLI path is only marginally useful to an agent.

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?

An output schema exists so return values needn't be explained, and the description covers the destructive workflow and guard thoroughly. The only real gap is the unexplained required device_name parameter.

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 0%, so the description must compensate. It explains host/comment selection and the confirm default semantics well, but the required device_name parameter is never described, leaving one of four params undocumented in both schema and prose.

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+resource ('Remove a Netwatch host monitor') and even names the underlying RouterOS command, letting an agent distinguish it from add_netwatch and the read-only netwatch sibling without opening a schema.

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?

Gives concrete usage rules: at least one of host/comment must be given, host is tried first when both are present, and the confirm=False→preview / confirm=True→apply workflow. It stops short of explicitly contrasting with siblings like netwatch (read) or add_netwatch, so a 4 rather than a 5.

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