Skip to main content
Glama

infra_billing_create_infra_provider

Create an infrastructure billing provider in Remnawave with a required name and optional login and favicon URLs.

Instructions

POST /api/infra-billing/providers Create infra provider Tags: Infra Billing Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoПодтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.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 full burden. The confirm parameter's schema description reveals a preview/confirmation gating mechanism, but the tool description itself never mentions this critical behavioral trait (non-GET operations require confirm:true, otherwise a preview is returned and nothing is sent). For a mutation tool with no annotations, this omission is significant.

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?

Extremely short, but not front-loaded with useful content – it leads with a raw HTTP method/path and ends with a tag line. Minimal but not wasteful; no sentence earns much place.

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?

For a mutation tool with no annotations, no output schema, nested body object, and a confirm-preview behavior, the description is far too thin. It omits required body semantics, the confirm gating, and any return expectations.

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?

Schema coverage is 50%. The description adds no parameter meaning beyond the schema. The confirm parameter has a rich schema description, but name/loginUrl/faviconLink are undescribed in both the description and schema. Baseline 3 given the confirm documentation does exist in structured fields.

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

Purpose3/5

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

States a specific verb (create) and resource (infra provider), which is clear enough. However, 'POST /api/infra-billing/providers' and 'Tags: Infra Billing Controller' are raw router metadata rather than human-readable purpose. It doesn't differentiate from siblings like infra_billing_update_infra_provider or infra_billing_create_infra_billing_record.

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 when-to-use guidance, no prerequisites, no mention of alternatives. Sibling tools (infra_billing_get_infra_providers, infra_billing_update_infra_provider) exist but are never referenced to route the agent.

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