Skip to main content
Glama

users_bulk_all_reset_traffic

Reset traffic counters for all users in a Remnawave VPN panel to restore data allowances and enforce fresh usage limits.

Instructions

Reset traffic counters for ALL users

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

B3.1/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 disclosing behavior. It calls out a 'reset' operation but says nothing about the global reach, whether the action is reversible, what happens to existing traffic counters, or whether any confirmation is needed. For a tool affecting all users, this is a significant behavioral transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no wasted words. That is concise, but it is also close to a restatement of the tool name and lacks the surrounding context expected for a global destructive operation, so brevity comes at the cost of informativeness.

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's global scope and the absence of annotations and output schema, the description should explain the impact, invariability, and what gets reset. It only says 'Reset traffic counters for ALL users', leaving an agent uninformed about whether to confirm before invoking such a broad action.

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 and the schema is an empty object, so there is nothing for the description to expand upon. Per the rubric, a zero-parameter tool gets a baseline of 4, and the description adds no unnecessary parameter noise.

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 states a clear action ('Reset traffic counters') and an explicit scope ('ALL users'), so an agent knows what the tool does and can distinguish it from per-user resets. It does not name sibling tools like users_bulk_reset_traffic or users_reset_traffic, so differentiation rests on the phrase 'ALL users'.

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 resetting every user's traffic at once, but it gives no explicit when-to-use guidance, no criteria for choosing it over siblings, and no mention of prerequisites or warnings. The 'ALL users' phrasing provides some context, but there is no comparison to alternatives.

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