Skip to main content
Glama

create_simple_queue

Create simple queues to rate-limit bandwidth for specific IP addresses, subnets, or interfaces on MikroTik RouterOS using the MCP server.

Instructions

Creates a simple queue to rate-limit a target address or interface.

Notes: target: IP/CIDR or interface e.g. "192.168.1.0/24" or "ether1" max_limit / limit_at / burst_limit / burst_threshold: upload/download bandwidth as "UL/DL" e.g. "10M/10M", or single value e.g. "10M" burst_time: duration e.g. "8s" priority: 1 (highest) – 8 (lowest)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dstNo
nameYes
queueNo
deviceNo
parentNo
targetYes
commentNo
disabledNo
limit_atNo
priorityNo
max_limitNo
burst_timeNo
bucket_sizeNo
burst_limitNo
packet_marksNo
burst_thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description does not disclose behavioral traits beyond the fact that it creates a queue. Annotations only indicate destructiveHint: false and openWorldHint: false, but the description adds no context about side effects, prerequisites, or what happens on error. For a creation tool with many parameters, this is a notable gap.

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 compact: a one-line summary followed by a short bullet list of parameter notes. It is front-loaded with the main purpose and provides useful examples without fluff.

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?

Given the 16-parameter complexity and no schema descriptions, the description leaves significant gaps. It covers the most critical parameters but does not explain many others or any preconditions/behavior on creation. The existence of an output schema mitigates missing return-value details, but the description is not fully complete for a complex device configuration tool.

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 bears the burden of explaining parameters. It does provide valuable format details for target, max_limit/limit_at/burst_limit/burst_threshold, burst_time, and priority, with examples. However, it omits 9 other parameters (e.g., dst, device, parent, bucket_size, packet_marks), so compensation is partial.

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 states the action ('Creates'), the resource ('simple queue'), and the purpose ('rate-limit a target address or interface'). This distinguishes it from sibling tools like update_simple_queue or get_simple_queue, and the mention of 'simple queue' separates it from queue types and trees.

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 verb 'Creates' implies this is for new queues, but there is no explicit guidance on when to use this versus updating or removing existing queues. No alternatives are mentioned, so usage is implied rather than explicitly stated.

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