Skip to main content
Glama

Groundbase

twilio_balance_get

Get the balance on the user's connected Twilio account, in whatever currency Twilio reports. Answers "how much Twilio credit do I have left?". Returns available:false when no Twilio account is connected or the credentials were rejected — say so plainly rather than guessing at a number. Report the figure as given; do not convert it or judge whether it is low, since an invoiced Twilio account reports differently from a prepaid one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations present, the description fully discloses important behaviors: it returns available:false when no account is connected or credentials are rejected, instructs the agent to state this plainly rather than inventing a number, and forbids conversion or subjective judgment. This is exactly the kind of non-obvious behavioral guidance agents need.

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 carrying unique weight: the first states purpose, the second covers failure modes, the third dictates reporting rules. It is front-loaded, succinct, and contains no filler.

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

Completeness5/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 output schema and no annotations, the description is remarkably complete. It covers the success path implicitly, the failure path explicitly, and the agent's expected behavior in both cases. Nothing essential for correct invocation is missing.

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 the empty schema is 100% covered. The baseline for 0 parameters is 4. The description adds no parameter-level detail because none exist, but it enriches the output interpretation, which is relevant given the lack of an output schema.

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?

The description opens with a specific verb and resource ('Get the balance on the user's connected Twilio account'), immediately distinguishing it from any billing-profile tool. It also frames the user question ('how much Twilio credit do I have left?'), making the purpose unmistakable even without a title.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool (whenever the Twilio balance is needed) and how to handle the unconnected/rejected case, but it does not explicitly name alternative tools or exclusion scenarios. Since there are no parameter choices, this is adequate, though a mention of when not to use it would push it to 5.

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.

Resources