Skip to main content
Glama

create_dhcp_pool

Create DHCP address pools on MikroTik devices using defined IP ranges. Specify one or multiple hyphen-separated ranges to allocate addresses.

Instructions

Creates a DHCP address pool with the given IP ranges on the MikroTik device.

Notes: ranges: hyphen-separated range(s) e.g. "192.168.1.1-192.168.1.100" Multiple ranges comma-separated: "10.0.0.1-10.0.0.50,10.0.0.100-10.0.0.120"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
deviceNo
rangesYes
commentNo
next_poolNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations include destructiveHint=false and openWorldHint=false, but not readOnlyHint, so the description still needs to clarify side effects or prerequisites. It does not mention whether the tool overwrites an existing pool, fails on duplicates, or requires an existing DHCP server setup. The range-format notes are useful but do not disclose behavioral traits.

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 concise and front-loaded with the primary purpose. The 'Notes' section adds critical formatting details for the complex 'ranges' parameter without unnecessary verbosity. Every sentence earns its place.

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?

The tool has an output schema, so return values need not be explained, and the description covers the required inputs and complex range format. However, it lacks sibling differentiation and does not explain the optional 'next_pool' parameter or device targeting. These are meaningful gaps for a tool interacting with a complex MikroTik configuration.

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 for all parameters. It thoroughly explains the required 'ranges' parameter with hyphen-separated and comma-separated examples, which is critical. However, it provides no additional meaning for 'name', 'device', 'comment', or 'next_pool'; 'next_pool' in particular is non-obvious and left unexplained.

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 clearly states the action ('Creates a DHCP address pool') and the target ('on the MikroTik device'), and it specifies the key input (IP ranges). However, it does not distinguish this tool from the sibling tool 'create_ip_pool', which likely serves a very similar purpose in the same domain.

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 explicit guidance on when to use this tool versus alternatives such as create_ip_pool, create_dhcp_server, or create_dhcp_network. The only contextual hint is the tool name itself, which is insufficient for an agent to choose among similar DHCP/pool-related tools.

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