Skip to main content
Glama

enable_dns_static

Idempotent

Enable a static DNS entry by ID to restore DNS resolution on MikroTik RouterOS.

Instructions

Enables a static DNS entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceNo
entry_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 idempotentHint=true and destructiveHint=false, covering the main behavioral concerns. The description adds no extra context beyond the purpose, but it does not contradict the annotations. Given the presence of annotations, this is adequate but not enriched.

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 concise sentence that immediately states the action and target. It is front-loaded, contains no filler, and every word contributes to the meaning. This is an excellent example of 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 simple operation with two parameters and an output schema, the description provides the core purpose but lacks usage guidance and parameter semantics. The annotations and schema fill some gaps, but the description alone is not fully self-sufficient for a new agent. It is adequate for a straightforward tool, but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 for missing parameter details. It does not mention either parameter. While 'entry_id' is somewhat self-explanatory, 'device' is ambiguous, and the description offers no clarification about what device means or how it relates to the operation.

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 uses a specific verb ('Enables') with a clear resource ('a static DNS entry'), distinguishing it from sibling tools like add_dns_static, remove_dns_static, and especially disable_dns_static. The purpose is unambiguous and directly states the action performed.

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. It does not mention prerequisites (e.g., that the entry must already exist), nor does it contrast with disable_dns_static or other DNS static entry operations. There is no usage context beyond the bare action.

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