Skip to main content
Glama

billing_history_delete

Delete a billing history entry from the Remnawave VPN panel by providing its UUID to remove unwanted records.

Instructions

Delete a billing history entry

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesHistory entry UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.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 full behavioral burden. It states only 'Delete' without disclosing permanence, side effects, permission requirements, or any consequences. Since deletion is inherently destructive, the lack of such context is a notable gap.

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 conveys the entire purpose with zero extraneous words. It is front-loaded and efficient.

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 this is a destructive mutation with no annotations and no output schema, the description lacks essential context such as whether deletion is permanent, what the response indicates, or any prerequisites. A more complete description would warn about irreversibility and clarify expected outcomes.

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 input schema has 100% description coverage for the single parameter (uuid as 'History entry UUID'). The description adds no semantic value beyond the schema, so the baseline score of 3 is appropriate.

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 'Delete a billing history entry' is a specific verb+resource combination. It clearly differentiates from sibling tools like billing_history_create and billing_history_list, leaving no ambiguity about its function.

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?

While the description implies when to use this tool (for deletion), it does not provide explicit guidance on alternatives or exclusions. There is no mention of when-not-to-use or any comparison to related billing history tools, so usage is left to inference.

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