Skip to main content
Glama
rsp2k
by rsp2k

get_current_balance

Retrieve current account balance, pending charges, and payment history from your Vultr cloud infrastructure to monitor billing and manage costs.

Instructions

Get current account balance and payment information.

Returns: Current balance, pending charges, and payment history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It states what data is returned (balance, pending charges, payment history) but doesn't mention whether this requires authentication, has rate limits, returns real-time vs cached data, or any error conditions. For a financial data tool with zero annotation coverage, this is insufficient behavioral context.

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

Conciseness4/5

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

The description is efficiently structured with two sentences: the first states the purpose, the second specifies the return values. There's no wasted text, though it could be slightly more front-loaded by combining both ideas into a single sentence for better scanning.

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?

For a zero-parameter tool with no annotations and no output schema, the description provides basic but incomplete context. It tells what data is returned but doesn't cover authentication requirements, data freshness, error handling, or format of the payment history. The description compensates somewhat for the missing output schema by listing return values, but more behavioral context would be helpful.

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 0 parameters with 100% schema description coverage, so the schema fully documents the empty parameter set. The description appropriately doesn't discuss parameters since none exist. It focuses instead on what the tool returns, which is valuable context given the lack of output schema.

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 purpose with 'Get current account balance and payment information' - a specific verb ('Get') and resource ('account balance and payment information'). It distinguishes itself from most siblings (like 'get_balance_summary' or 'get_payment_summary') by focusing on current balance specifically, though the distinction isn't explicitly articulated.

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. There's no mention of when this tool is appropriate versus other balance/payment-related tools like 'get_balance_summary' or 'get_payment_summary' that appear in the sibling list. The agent must infer usage context from the tool name alone.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server