Skip to main content
Glama

List Overage Charges

list_overage_charges
Read-onlyIdempotent

List the idempotent overage-minutes ledger from billing_overage_charges (legacy per-minute-overage tiers only — 2026 plans carry no overage). GET /v1/balance/get_balance only returns an aggregate; this returns the underlying per-period ledger rows. Mirrors GET /api/v1/overage-charges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNo
fromNo
limitNo
statusNo
business_idNoBusiness ID (optional only when the token can access exactly one business).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoPresent when success is false
chargesNo
successYesWhether the tool completed successfully
business_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the legacy scope and ledger-vs-aggregate semantic, but does not disclose pagination behavior or how status filtering behaves; this is acceptable but not additive beyond annotations.

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?

Three sentences, each earning its place: scope, contrast with the aggregate endpoint, and API mirror. No filler; key scoping is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Output schema and annotations cover return shape and safety, while the description adds the crucial domain context (legacy-only, ledger rather than aggregate). It does not mention default limit or status implications, but those are visible in the schema, leaving only a minor completeness gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 20% (only business_id has a description), and the description does not compensate. From/to are only implicitly tied to 'per-period,' and limit/status are left unexplained. With five optional parameters, this is a notable gap.

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

Purpose5/5

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

Description identifies a specific resource (billing_overage_charges ledger) and scope (legacy per-minute-overage tiers). It explicitly distinguishes this from the aggregate returned by get_balance, so an agent can tell it apart from sibling tools without inspecting schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

States a clear legacy-only condition and contrasts with get_balance, which only returns an aggregate. This tells the agent when to use this tool and when to prefer a different one, with no ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.