Skip to main content
Glama

infra_billing_delte_infra_provider

Deletes an infrastructure billing provider by UUID. Requires confirm:true to execute; otherwise returns a request preview.

Instructions

DELETE /api/infra-billing/providers/{uuid} Delete infra provider by uuid Tags: Infra Billing Controller

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior3/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. 'Delete' implies a destructive mutation, and the schema's confirm parameter hints at a preview-before-send safety mechanism, but the description never states irreversibility, permission requirements, or what happens to dependent billing records. The mutation semantics are inferable but not disclosed.

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?

Three short lines that are front-loaded with the operation, but the raw HTTP route and controller tag ('Tags: Infra Billing Controller') add little agent-facing value and read as API-doc boilerplate rather than concise guidance.

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 destructive tool with no annotations and no output schema, the description should disclose irreversibility, authorization needs, and side effects on related billing entities. Instead it provides only the endpoint and a restated purpose, leaving the agent to infer the risk profile entirely.

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 names the uuid target but adds nothing about its format or about the confirm flag, whose meaning is only explained in the Russian schema description. Since half of the parameters are documented and the schema carries the confirmation semantics, a baseline 3 is appropriate.

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?

States a specific verb and resource (delete infra provider by uuid) and includes the underlying HTTP route, so the agent knows exactly which entity is removed from the infra billing domain. It is clear but does not reference the sibling read/update tools it complements.

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?

There is no statement of when to use this tool versus alternatives, nor any prerequisite or exclusion guidance. The only context is the raw endpoint path and a controller tag, which is not usage guidance.

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