Skip to main content
Glama

remove_static_nat

Remove a static DNAT rule that forwards traffic to a server's IPMI interface, deleting the network translation configuration for IPMI access.

Instructions

Удалить статический DNAT до IPMI сервера (nat/remove_static_nat).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID сервера
confirmYesMust be true to run the operation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

C2.7/5.0
Behavior1/5

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

The description says 'Удалить' (remove/delete), which indicates a destructive operation, while annotations set destructiveHint=false. This is a direct contradiction. The description also does not disclose the operational impact of removing the DNAT rule.

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 a single short, front-loaded sentence with no filler. The parenthesized endpoint 'nat/remove_static_nat' is slightly redundant with the tool name but does not significantly hurt clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool call itself is minimally documented, but the contradictory destructive annotation and lack of usage context leave an agent uncertain about side effects and when to choose this over sibling NAT tools. There is also no output schema to clarify the expected response.

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%, with both id and confirm documented. The description adds no meaningful parameter detail beyond naming the target resource, so the baseline of 3 applies.

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?

The description uses a specific verb 'Удалить' (remove) and identifies a clear resource: the static DNAT to an IPMI server. This is unambiguous, but it does not explicitly differentiate the tool from similar siblings like clear_static_nat or drop_nat.

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?

There is no guidance about when to use this tool versus add_static_nat, clear_static_nat, or drop_nat. No prerequisites, conditions, or exclusion criteria are provided; the description only states the operation itself.

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