Skip to main content
Glama

잔액 조회

get_balance
Read-only

Cost: free. 현재 API 키 계정의 크레딧 잔액과 충전 URL 안내를 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already carry readOnlyHint=true and openWorldHint=true, so the description's job is lighter. It adds useful context: the scope ('current API key account') and both return elements (credit balance plus recharge URL guidance), all consistent with read-only behavior. No contradiction with annotations, but it stops short of disclosing response format or any side effects.

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?

A single efficient sentence that front-loads 'Cost: free' before stating the full functional result. Zero wasted words or redundant restatements of the title.

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?

Complete for a simple, parameterless read-only tool: it discloses the account scope and both returned items (balance, recharge URL). There is no output schema, so a brief note on response structure would be nice, but for a balance check this is adequate.

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 and schema coverage is 100% vacuously, so the baseline per the rubric is 4. There is nothing for the description to explain; the 'current API key account' scope already clarifies what balance is returned. No compensation is needed.

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 states a clear verb ('returns') and resource ('current API key account's credit balance and recharge URL guide'). The purpose is inherently distinct from all siblings, which handle business-dataset lookups (apartment prices, corporations, addresses, laws), so an agent can tell it apart without extra cues. It would earn a 5 if it explicitly named a sibling, but differentiation is still obvious.

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?

Offers no guidance on when to use this tool versus alternatives and names no alternative tool. The 'Cost: free' note is a light usage hint about cost implications but says nothing about selection context, prerequisites, or when not to use it. For a balance-inquiry tool this is a modest but real gap.

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