Skip to main content
Glama

monitor_logs

Read-onlyIdempotent

Monitor MikroTik router logs in near real time for up to 60 seconds, filtering by topic, action, or device to diagnose events.

Instructions

Monitors MikroTik logs in near-real-time for a limited duration (max 60s).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo
deviceNo
topicsNo
durationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds that monitoring is near-real-time and capped at 60 seconds, which is useful behavioral context. However, it does not disclose how results are delivered (stream vs final snapshot), whether the tool blocks until the duration elapses, or how the max duration is enforced.

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 a single, front-loaded sentence that states the core function and limit; no filler or redundant 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?

Given the output schema and annotations, a basic understanding is possible, but the tool has 4 undocumented parameters and several log-related siblings, making it hard for an agent to know exactly when to use it and how to set parameters. The description alone does not provide enough context for correct invocation.

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

Parameters2/5

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

Schema descriptions cover 0% of parameters, and the description only clarifies the duration parameter ('max 60s'). The meanings of 'action', 'device', and 'topics' are left completely ambiguous, and the description does not compensate for the schema's lack of explanations.

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 'Monitors' with the resource 'MikroTik logs' and adds the qualifiers 'near-real-time' and 'limited duration (max 60s)', which clearly distinguishes it from static log retrieval tools like get_logs or search_logs.

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 implies the tool is for live monitoring sessions, but it does not explicitly state when to prefer this over sibling log tools (e.g., get_logs, get_logs_by_topic, search_logs). No exclusions or alternative tools are mentioned, leaving the choice to inference.

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