Skip to main content
Glama

remove_ip_address

DestructiveIdempotent

Delete an IP address from MikroTik RouterOS using its ID or address value.

Instructions

Removes an IP address from the MikroTik device by ID or address value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceNo
address_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare the operation as destructive and idempotent, which aligns with the description's 'Removes'. However, the description adds no further context about behavior, such as what happens if the address is not found, whether the operation succeeds silently, or whether device context is required. No contradiction with annotations.

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 a single, front-loaded sentence with no filler or redundancy. Every word contributes meaning.

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?

Given the tool's low complexity, an output schema exists, and annotations cover safety, the description provides an adequate overview. It lacks only minor details like the meaning of 'address value' and the role of 'device', but overall the description is sufficient for an agent to use the tool correctly.

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 adds the valuable hint that the lookup can be by 'ID or address value', clarifying the role of address_id. However, it leaves the optional 'device' parameter unexplained, and there is potential ambiguity between 'address_id' and 'address value'. The description partially compensates for missing schema descriptions.

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 identifies the verb ('Removes'), the resource ('IP address from the MikroTik device'), and the selection method ('by ID or address value'). It is distinct from sibling tools like add_ip_address and list_ip_addresses, and the existence of a separate remove_ipv6_address underscores that this tool is for IPv4 addresses.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the primary use case (removing an IP address) but provides no explicit guidance on when to choose this tool over alternatives, nor does it mention any preconditions or side effects. There is no exclusion or mention of related tools such as remove_ipv6_address.

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/jeff-nasseri/mikrotik-mcp'

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