Skip to main content
Glama

remove_static_nat

Deletes a static DNAT rule associated with a server's IPMI interface to restore direct access and resolve remote management connectivity issues.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID сервера
confirmYesНужно true, чтобы выполнить операцию.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

The description only restates the removal behavior and adds no behavioral context beyond what the annotations already indicate (not read-only). It does not mention side effects, whether removal is immediate, or that confirm=true is required; the API path in parentheses is not behavioral information. There is no contradiction with the annotations.

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 front-loaded sentence with no filler. The parenthesized endpoint path is mildly redundant but harmless, so the definition earns near-full marks for conciseness.

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?

For a two-parameter mutation with full schema coverage and annotations indicating non-read-only but non-destructive behavior, the description is minimally adequate. However, it omits any distinction from sibling NAT tools and any description of the operation's result, so it is not fully complete.

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% and both parameters have descriptions ('ID сервера', 'Нужно true, чтобы выполнить операцию'). The tool description adds no additional parameter semantics, so the baseline score of 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?

The description states the action ('Удалить' = remove) and the resource ('статический DNAT до IPMI сервера' = static DNAT to IPMI server), clarifying what the tool operates on beyond the raw tool name. It is not a pure tautology, but it does not differentiate from overlapping siblings such as clear_static_nat or drop_nat, so it falls short of 5.

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 instead of add_static_nat, clear_static_nat, or drop_nat. It also gives no preconditions or notes about idempotency, so the agent must guess the selection criteria.

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