Skip to main content
Glama

update_dns_static

Idempotent

Update an existing static DNS entry in MikroTik RouterOS by specifying its ID and modifying fields like name, address, TTL, or comment.

Instructions

Updates a static DNS entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ttlNo
nameNo
textNo
cnameNo
deviceNo
regexpNo
addressNo
commentNo
disabledNo
entry_idYes
srv_portNo
srv_targetNo
srv_weightNo
mx_exchangeNo
srv_priorityNo
mx_preferenceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description simply repeats the update action without disclosing important behavior like whether the update merges with existing fields or replaces them. Annotations already provide idempotent and non-destructive hints, but the description adds no extra operational context, such as partial update semantics or required permissions.

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, well-formed sentence with no redundant words, making it concise and front-loaded. However, it is so minimal that it borders on under-specification, though each word does earn its place.

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

Completeness1/5

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

Given the tool's substantial complexity (16 parameters, multiple DNS record types), a one-sentence description is grossly insufficient. It does not explain how to construct updates, which fields apply to which record types, or how the tool behaves with missing optional fields. The output schema exists, but the agent still lacks essential operational knowledge.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 16 parameters with 0% description coverage, and the description does not compensate by explaining any of them. Fields like cname, text, device, regexp, and the SRV/MX parameters are left entirely undefined, providing no semantic help to the agent.

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 states 'Updates a static DNS entry' with a clear verb and resource, distinctly different from siblings like add, remove, enable, and disable. Though minimal, it unambiguously identifies the action and object.

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?

No guidance is provided on when to use this tool versus alternatives such as add_dns_static, remove_dns_static, or enable_dns_static. There is no mention of prerequisites, typical use cases, or exclusions.

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