Skip to main content
Glama

update_simple_queue

Idempotent

Modify an existing MikroTik simple queue by changing its rate limits, target, scheduling, burst, and priority settings.

Instructions

Updates an existing simple queue's rate limits, target, or scheduling settings.

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
targetNo
commentNo
disabledNo
limit_atNo
new_nameNo
priorityNo
max_limitNo
burst_timeNo
bucket_sizeNo
burst_limitNo
packet_marksNo
burst_thresholdNo

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, so the safety profile is covered. The description adds parameter format details (e.g., '10M/10M', '8s', priority range) but does not disclose additional behavioral traits like immediate effect or permission requirements. No contradiction with annotations.

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 brief and well-structured: a single sentence stating the core purpose followed by bulleted notes for key parameter formats. No redundant words; every line provides useful information.

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?

This is a complex tool with 17 parameters, but the description only addresses a handful of them. Important fields like dst, queue, parent, and packet_marks are not explained, nor is the required 'name' parameter highlighted. While the output schema and annotations cover some context, the description leaves significant gaps for an agent to invoke the tool correctly.

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?

The input schema has 0% description coverage, so the description must compensate. It explains formats for target, bandwidth fields, burst_time, and priority, which is genuinely helpful. However, it leaves many other parameters (dst, queue, parent, bucket_size, packet_marks, etc.) unexplained, providing only partial compensation for the schema's lack of descriptions.

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 tool updates an existing simple queue's rate limits, target, or scheduling settings. The verb 'updates' plus the resource 'existing simple queue' makes the purpose immediate and distinguishes it from sibling tools like create_simple_queue or remove_simple_queue.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'existing simple queue' implies this tool is for modifying already-created queues, not for creating new ones. It doesn't explicitly name alternatives, but the context is clear enough for an agent to decide when to use this tool.

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