Skip to main content
Glama

ros_list

Read-onlyIdempotent

List RouterOS configuration items at any path. Read-only access to MikroTik device data, ideal for inspecting settings without making changes.

Instructions

Read any RouterOS configuration path.

The escape hatch for everything without a dedicated tool. Read-only: it lists items at a path and cannot modify the device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRouterOS menu path, slash-separated and without the leading slash, e.g. 'ip/dhcp-server/lease' or 'interface/wireguard/peers'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

The description restates the read-only and idempotent behavior already declared by the annotations, but adds little new behavioral context beyond that. The 'escape hatch' framing is useful positioning, though not a behavioral disclosure, and there is no contradiction with the 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?

Two concise sentences front-load the core purpose and safety constraint. Every sentence earns its place; the escape-hatch guidance is included without unnecessary repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one well-documented parameter, an output schema present, and read-only/idempotent hints in annotations, the description provides enough context for correct invocation. It covers what the tool does, when to use it, and its safety profile.

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 schema already fully documents the 'path' parameter with a clear description and examples at 100% coverage. The description adds no new parameter-level detail, but given the baseline for high schema coverage is 3, this is adequate.

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 uses a specific verb ('Read'/'lists items') and a clear resource ('any RouterOS configuration path'). It also positions itself as the generic escape hatch for paths without a dedicated tool, which helps distinguish it from the many sibling tools.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool: for anything without a dedicated tool. It also draws a clear boundary by stating it is read-only and cannot modify the device, so the agent knows not to select it for configuration changes.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.