Skip to main content
Glama

get_account_balance

Check your maskr.io credit balance.

Returns your current available credits, broken down by wallet (purchased)
and subscription credits.

Returns:
    A text summary of your credit balance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

No annotations provided, so description carries full burden. It successfully discloses return structure (broken down by wallet vs subscription credits) and format (text summary), adding value beyond the schema. Lacks auth/rate limit details but adequate for simple read operation.

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?

Front-loaded with purpose first. Slight redundancy between 'Returns your current...' and 'Returns: A text summary', but overall efficient three-sentence structure with no extraneous filler.

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?

Appropriate for a zero-parameter read operation. Despite having output schema (per context signals), description adds useful context about the credit breakdown structure thatschema likely doesn't convey.

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?

Zero parameters present. Per guidelines, baseline is 4 for zero-parameter tools. Description correctly implies no inputs needed via 'Check your...' phrasing.

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?

Clear specific verb ('Check') + specific resource ('maskr.io credit balance'). Distinguishes from siblings: get_credit_cost (pricing), get_packages/plans (offerings), and image processing tools.

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

Usage Guidelines3/5

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

Clear what the tool does, but lacks explicit when-to-use guidance versus siblings like get_credit_cost. Usage is implied by the specific purpose but no explicit 'when not to use' or alternatives mentioned.

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