Skip to main content
Glama
rsp2k
by rsp2k

billing_get_current_balance

Retrieve current account balance, pending charges, and payment history from Vultr. Get a clear view of your billing status in one call.

Instructions

Get current account balance and payment information.

Returns: Current balance, pending charges, and payment history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

B3.4/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 of behavioral disclosure. It reveals the return contents (current balance, pending charges, payment history), which adds value. However, it does not mention side effects, authentication requirements, or limitations. Since this is a 'get' operation, read-only behavior is implied but not explicitly stated. The description adds some behavioral context but could be richer.

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 extremely concise: a single purpose sentence plus a short 'Returns' list. It is front-loaded with the main action, and every sentence earns its place. No fluff or redundant information.

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?

Given that an output schema exists (though not detailed here), the description need not enumerate all return fields, but it does list the key items (balance, pending charges, payment history). However, it lacks context about when to use this tool versus siblings, and does not mention any prerequisites or limitations. For a no-parameter read operation, it is mostly complete but would benefit from naming alternatives or clarifying the scope of 'payment information'.

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 has zero parameters, so schema coverage is trivially 100%. The description correctly does not attempt to explain parameters, as there are none. The mention of 'payment history' might imply a time scope, but that is not a parameter. Per the baseline for zero-parameter tools, this is adequate.

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?

The description clearly states the tool's function: 'Get current account balance and payment information.' It identifies a specific resource (account balance) and the action (get), making the purpose unambiguous. However, it does not explicitly differentiate from sibling billing tools like billing_get_account_info or billing_list_billing_history, though the focus on 'current balance' and 'payment information' gives reasonable distinction.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention sibling tools or conditions that would favor one billing endpoint over another. Given the large cluster of billing tools (e.g., billing_get_account_info, billing_get_payment_summary), the lack of usage direction is a significant gap.

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