Skip to main content
Glama
rsp2k
by rsp2k

billing_get_current_month_summary

Retrieve current month's usage and cost summary with service-level breakdown to monitor cloud spending and identify charges.

Instructions

Get current month usage and cost summary.

Returns: Current month usage summary with service breakdown

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.1/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 clearly implies a read operation ('Get'/'Returns') but does not explicitly disclose that it makes no changes, does not mention permissions or data freshness, and only describes the outcome without behavioral constraints. For zero-parameter read tool this is a modest but understandable gap.

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 compact and front-loaded; the first sentence states the action and the second formats the return label clearly. Minor redundancy between 'usage and cost summary' and 'usage summary with service breakdown' costs one point, but overall it uses no wasted words.

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 zero parameters and an output schema that can carry return fields, the description is minimal yet adequate for a simple read-only call. The main remaining gap is that it does not position itself relative to the several near-duplicate billing summary siblings, so an agent could still pick the wrong tool without opening schemas or reading surrounding context.

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?

With zero parameters and an empty input schema, no parameter documentation is needed. The description adds no parameter-specific meaning, but the baseline for 0 params is 4, and there is nothing here that detracts from that.

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 uses a specific verb and resource ('Get current month usage and cost summary') and adds a return detail ('with service breakdown'). However, it does not distinguish itself from very similar siblings like billing_get_monthly_usage_summary or billing_get_last_month_summary, so it misses the top point for active differentiation.

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 choose this tool over alternatives. There are many billing siblings (`billing_get_monthly_usage_summary`, `billing_get_last_month_summary`, `billing_get_cost_breakdown_by_service`, etc.) and the text never names them, states exclusions, or explains what makes this the right pick.

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