Skip to main content
Glama

billing_provider_create

Create a new billing provider to configure payment processing options within the Remnawave VPN panel.

Instructions

Create a new billing provider

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProvider name
descriptionNoProvider description

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

A3.5/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 only states the operation ('Create') but does not reveal what happens on success (e.g., whether it returns the created object), any side effects, idempotency, or required permissions. For a mutation tool, this is a significant 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, front-loaded sentence with zero extraneous content. It efficiently conveys the core purpose without waste.

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?

The tool is simple (2 parameters, no output schema, no nested objects), and the schema fully documents parameters. However, the description lacks any detail about return values, validation rules, or operational context (e.g., whether the provider must be linked to a billing node). While minimal, it is borderline adequate for a simple create operation, but a bit more context would help.

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% coverage, with both parameters (name and description) having basic descriptions. The tool description adds no extra meaning beyond the schema, so it meets the baseline for high coverage without enriching parameter understanding.

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 states a specific verb ('Create') and a clear resource ('billing provider'), which distinguishes it from sibling CRUD tools like billing_provider_update, billing_provider_delete, and list/get variants. The intent is unambiguous.

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 verb 'Create' implies its use case: when a new billing provider is needed. However, there is no explicit guidance on when not to use it (e.g., if a provider already exists) or any mention of alternatives like update. The usage context is only implied, not stated.

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