Skip to main content
Glama

asuswrt_traffic_monitoring_status

Inspect sanitized traffic analyzer, web-history, and rstats/cstats posture on AsusWRT routers without exposing traffic or history records.

Instructions

Inspect sanitized traffic analyzer, web-history, and rstats/cstats posture without traffic or history records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that output is sanitized and excludes traffic/history records, which is a useful behavioral trait, but it does not state whether the operation is read-only, what permissions are needed, or how the response is structured.

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?

A single, front-loaded sentence that wastes no words. It efficiently communicates the inspection targets and the key exclusion.

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?

For a zero-parameter, simple status tool with no output schema, the description is adequate but not complete. It tells what is inspected and what is excluded, but without an output schema it does not describe the return shape or structure of the posture information.

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?

The tool has zero parameters, so the baseline is 4 per the scoring guidelines. The description adds no parameter information, but none is needed.

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 names specific resources (traffic analyzer, web-history, rstats/cstats posture) and a clear verb (inspect), making the tool's purpose distinct from most generic status siblings. It does not explicitly differentiate itself from those siblings, but the combination of domains is specific enough for an agent to understand what is being inspected.

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 phrase 'without traffic or history records' implies when to use this tool – when you want posture information rather than actual records – but it does not name any alternative tool or explicitly state when not to use it. Usage is implied rather than prescribed.

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

Deploy Server

Other Tools