Skip to main content
Glama

get_logs_by_severity

Read-onlyIdempotent

Filter MikroTik RouterOS logs by severity level (debug, info, warning, error, critical) to pinpoint relevant events for troubleshooting.

Instructions

Gets logs filtered by severity level (debug/info/warning/error/critical).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
deviceNo
severityYes
time_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The annotations already declare readOnlyHint and idempotentHint, and the description adds that the tool filters by severity, which is a meaningful behavioral detail. However, it does not disclose additional traits such as pagination behavior, filtering logic, or any side effects beyond what annotations imply.

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 concise sentence that immediately conveys the tool's core function without redundant words or front-loaded delay.

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 tool has four parameters and no schema property descriptions, the description is insufficient to fully understand usage. It fails to explain time_filter or device semantics, and doesn't address limitations or return behavior beyond the severity filter. The output schema helps with return values, but the input parameter semantics are incomplete.

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?

The description explains only the severity parameter by listing its valid values, which compensates slightly for the 0% schema description coverage. However, limit, device, and time_filter remain completely unexplained, leaving significant ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as retrieving logs filtered by severity, with an explicit list of severity levels. This distinguishes it from generic log tools, but it does not explicitly differentiate from sibling filters like get_logs_by_topic.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_logs, search_logs, or get_logs_by_topic. The description states the action but gives no contextual recommendations.

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