Skip to main content
Glama

infra_billing_get_billing_nodes

Fetch infrastructure billing nodes from the Remnawave panel to inspect node-level billing status and details.

Instructions

GET /api/infra-billing/nodes Get infra billing nodes Tags: Infra Billing Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/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. It does not state whether this is a safe read (implied by GET, but not declared), whether pagination/filtering applies, or what the response contains. Nothing beyond the method and path is disclosed.

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

Conciseness2/5

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

The text is short but largely redundant: the title line repeats the name, the second line is a restatement, and the third is a controller tag. Very little content is front-loaded because there is barely any content.

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 parameterless GET whose siblings are numerous, the description omits any hint of return shape, filtering, or relationship to infra billing records/providers. It is not enough to let an agent confidently pick it over adjacent endpoints.

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 takes zero parameters, so the baseline is 4. There is nothing for the description to document on the parameter side, and it does not misrepresent the input.

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

Purpose2/5

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

The description restates the tool name ('Get infra billing nodes') and echoes the HTTP route. It adds no distinguishing scope beyond the title. It is technically a verb+resource, but it is essentially a tautology of the name and does not differentiate from siblings like infra_billing_get_infra_billing_records or infra_billing_get_infra_providers.

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 guidance on when to use this versus the sibling infra billing endpoints is provided. The 'Tags: Infra Billing Controller' line is metadata, not usage context. An agent has to infer its purpose solely from the name.

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