Skip to main content
Glama

create_dhcp_network

Set up DHCP network configuration on MikroTik RouterOS, specifying gateway, DNS, domain, and more.

Instructions

Creates a DHCP network configuration (gateway, DNS, domain, etc.) on the MikroTik device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deviceNo
domainNo
commentNo
gatewayYes
netmaskNo
networkYes
dhcp_optionNo
dns_serversNo
ntp_serversNo
wins_serversNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations indicate destructiveHint=false, so the agent knows this is not destructive. However, the description adds no additional behavioral context, such as idempotency, conflicts with existing networks, or device requirements. It merely restates the creation action without deeper disclosure.

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 fluff. It efficiently communicates the core action but omits helpful detail, making it concise yet slightly under-specified.

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?

Given the tool has 10 parameters and no schema descriptions, the description is insufficient for an agent to correctly configure all options. It also doesn't clarify the relationship with related DHCP tools or mention the output schema, leaving the full context incomplete.

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?

With schema description coverage at 0%, the description must compensate but only mentions 'gateway, DNS, domain' as examples. It fails to explain the remaining seven parameters (netmask, dhcp_option, ntp_servers, wins_servers, comment, device, etc.) or clarify required fields, leaving significant ambiguity.

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 the specific verb 'creates' and identifies the resource as 'DHCP network configuration' with examples (gateway, DNS, domain), making the purpose clear. It doesn't explicitly differentiate from sibling tools like create_dhcp_server or create_dhcp_pool, but the resource type is distinct enough.

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 on when to use this tool versus alternatives such as create_dhcp_server or create_dhcp_pool. The description does not mention prerequisites, typical scenarios, or exclusions, leaving the agent to infer usage from the name and schema.

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