Skip to main content
Glama

Manage User Group

manage_user_group
Idempotent

Add, update, or remove local RouterOS user groups with idempotent operations based on group name and policy.

Instructions

Add, update, or remove a local RouterOS user group. Idempotent by name: add returns already_exists if a group with the same name and policy already exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routerIdNoRouter ID; omit to use the default router.
actionYesAction to perform
nameYesGroup name — idempotency key
policyNoComma-separated policy list (e.g. 'read,write,ftp')
skinNoOptional skin name for the group
dryRunNoPreview changes without applying.
Behavior3/5

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

The description adds idempotency behavior details beyond annotations, such as returning 'already_exists' for duplicate add. However, it does not disclose behaviors for 'update' or 'remove' actions, leaving gaps. Annotations already provide idempotentHint=true, so additional value is modest.

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 extremely concise with two front-loaded sentences. The first sentence captures the purpose, and the second provides key behavioral detail without any filler.

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 tool has 6 parameters and no output schema, the description covers idempotency but lacks details on update/remove behavior, the routerId parameter, and dryRun effects. While schema covers param descriptions, the description could be more complete for operational understanding.

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

Parameters4/5

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

Schema coverage is 100% with clear descriptions for all parameters. The description adds semantic context by explaining how the 'name' and 'policy' parameters interact with idempotency, enhancing understanding beyond the schema alone.

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 explicitly states the verb (Add, update, remove) and resource (local RouterOS user group). It clearly distinguishes the tool's purpose from siblings like manage_user, making it easy to understand what the tool does.

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 description mentions idempotency behavior for 'add' but does not provide explicit when-to-use guidance or differentiate from sibling tools like manage_user. The context of usage is implied rather than directly 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/AliKarami/MikroMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server