Skip to main content
Glama

Manage Netwatch Entry

manage_netwatch_entry
Idempotent

Add, remove, enable, or disable monitoring entries. Idempotent by host and port prevents duplicate creation.

Instructions

Add, remove, enable, or disable a Netwatch monitoring entry. Idempotent by host+port: add returns already_exists if an entry with the same host and port already exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routerIdNoRouter ID; omit to use the default router.
actionYesAction to perform
hostYesHost to monitor — idempotency key
portNoTCP port (optional; ICMP if omitted)
intervalNoCheck interval (e.g. '1m'; default '1m')
timeoutNoProbe timeout (e.g. '500ms')
commentNoOptional comment
dryRunNoPreview changes without applying.
Behavior4/5

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

The idempotentHint annotation is already present, but the description adds valuable context: 'add returns already_exists if an entry with the same host and port already exists.' This clarifies behavior beyond the annotation. However, it does not describe potential side effects of removal or enable/disable actions.

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, with two sentences that efficiently convey the tool's purpose and key behavioral detail. No redundant or unnecessary information.

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?

While schema coverage for parameters is complete, the description omits details about the return value/output format. For a management tool with 8 parameters, knowing the response structure would enhance completeness. The annotations provide some context, but the output remains undocumented.

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?

All 8 parameters have full schema descriptions (100% coverage). The description enhances this by explaining the idempotency key behavior for host and port, adding meaning beyond the schema.

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 states the tool adds, removes, enables, or disables a Netwatch monitoring entry, with a specific verb and resource. It distinguishes from the sibling 'list_netwatch_entries' by focusing on management actions.

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., when to use manage vs. other manage tools). It does not mention prerequisites or conditions that might make this tool more suitable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AliKarami/MikroMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server