Skip to main content
Glama

drop_nat

Destructive

Delete a NAT record by ID or IP after confirmation. Use this to clean up obsolete or incorrect entries in the Hostkey network configuration.

Instructions

Удалить запись о NAT из базы данных (nat/drop_nat). ДЕСТРУКТИВНО, служебная операция.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoID записи NAT
ipNoIP-адрес записи
confirmYesMust be true to run the operation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, and the description redundantly repeats 'ДЕСТРУКТИВНО' (DESTRUCTIVE). It adds the context 'служебная операция' (service operation), which suggests an internal administrative function. However, it does not disclose side effects, confirmation requirements, or irreversibility beyond what annotations provide, so it adds limited value.

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?

The description is very brief—two clauses—and front-loads the primary action. It is concise with no filler. However, it could have included a hint about the required confirm parameter or a caution about permanence, but for its length it is efficient.

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 simple 3-parameter schema, full schema coverage, and annotations (readOnlyHint=false, destructiveHint=true), the description is adequate but not complete. It does not mention the confirmation requirement (confirm=true) or any return behavior, though these are partially covered by the schema. For a destructive operation, an explicit statement that confirmation is mandatory would improve completeness.

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%: all three parameters (id, ip, confirm) have descriptions. The description itself does not mention or elaborate on any parameters, so it adds no additional meaning beyond the schema. Baseline 3 is appropriate.

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?

Description states a clear verb and resource: 'Удалить запись о NAT из базы данных' (delete NAT record from database), which is specific and unambiguous. However, it does not explicitly differentiate from sibling tools like remove_static_nat or clear_static_nat, which also deal with NAT, so it lacks explicit sibling differentiation.

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 gives no guidance on when to use this tool versus alternatives. It only labels it as a 'служебная операция' (service operation), implying internal use, but does not specify conditions, prerequisites, or scenarios where this tool is preferred over similar NAT-related operations.

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