Skip to main content
Glama
rsp2k
by rsp2k

get_payment_summary

Retrieve payment history and current account status for Vultr cloud infrastructure management.

Instructions

Get payment summary and account status.

Returns: Payment summary with account status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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. It states this is a 'get' operation which implies read-only, but doesn't disclose any behavioral traits: no mention of authentication requirements, rate limits, whether this returns real-time or cached data, what format the summary comes in, or whether there are any prerequisites. For a financial tool with zero annotation coverage, this is inadequate disclosure.

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?

The description is brief but inefficiently structured. The first sentence 'Get payment summary and account status' is the core purpose, but the second sentence 'Returns: Payment summary with account status' is redundant - it essentially repeats the first sentence in different wording. This wastes space that could have been used for differentiation or behavioral context.

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 financial data tool with no annotations and no output schema, the description is insufficient. It doesn't explain what 'payment summary' includes, how it differs from other financial tools, what authentication is required, whether this is real-time data, or what format the response takes. Given the complexity of financial data and the lack of structured output information, the description should provide more context about what the agent can expect.

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 (empty schema). The description doesn't need to explain any parameters, and it correctly doesn't mention any. The baseline for 0 parameters is 4, as there's no parameter information to provide beyond what the schema already indicates (none needed).

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?

The description states the tool 'Get payment summary and account status' which provides a basic verb+resource combination. However, it doesn't specify what 'payment summary' includes (billing details, outstanding balances, recent transactions) or how it differs from sibling tools like 'get_balance_summary', 'get_current_balance', or 'get_last_month_summary'. The purpose is clear but lacks differentiation from similar tools.

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. With multiple financial/tracking tools available (get_balance_summary, get_current_balance, get_last_month_summary, get_monthly_usage_summary, list_billing_history, list_invoices), there's no indication of what makes this tool distinct or when it should be preferred over these alternatives. The agent must guess based on tool names 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