Skip to main content
Glama

get_account_status

Check available quota, membership tier, and limits to confirm you can afford a translation job before submitting. Report the wallet balance as the accurate available amount.

Instructions

查询账户的可用额度、会员档位和各项限额。要报余额、要判断「够不够翻这一单」时用它——额度数字必须来自本工具,不要从之前某一单的实扣去推算,两者不是一回事(那是本次消耗,不是余额)。返回里 quota.wallet 是可用额度,报余额就报它——它已经含了今日免费的消耗,别再拿 freeUsed/freeTotal 去加。freeUsed/freeTotal 是今日免费额度的用量计数,ocrWallet/ocrFreeUsed 是上游单独发的一组 OCR 数字(实测和 wallet 同步增减,走不走 OCR 都一样),这两组都不是另一份余额。advanced 是高级模型额度(get_model_list 里 coefficient>1 的那几个),归属还没实测过。limits 是当前会员档的硬限制:videoDurationMinutes 单个视频最长多少分钟、videoConcurrency 视频任务能同时跑几个、uploadFileSizeMB 单文件多大。这些限制服务端会真的按它拒绝提交,所以准备翻一个长视频之前先看一眼。注意免费用户另有「每月累计视频时长」上限,本接口看不到,只有提交时才会撞上。查不到时返回 code=500,请如实告诉用户查不到,不要拿估算值顶上。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refreshNo跳过 5 分钟缓存重新查。刚扣过费想看最新余额时传 true,平时不用传。

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and excels: it clarifies that quota.wallet already includes free consumption, freeUsed/freeTotal are not balances, OCR numbers sync with wallet, limits are enforced server-side, and error code 500 is returned when not found.

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?

Though long, every sentence adds critical caveats and correct misconceptions. It flows from purpose to balance semantics, limits, and error handling—front-loaded and well structured.

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?

No output schema or annotations exist, yet the description thoroughly explains return fields, their meanings, hard limits, a hidden limitation, and failure behavior. Nothing essential for correct invocation and interpretation is missing.

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

Parameters3/5

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

Schema coverage is 100% with a clear description of the refresh param. The description adds no additional param info, but baseline 3 is appropriate per high coverage.

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+resource: '查询账户的可用额度、会员档位和各项限额' (query account's available credit, membership tier, and limits). This clearly distinguishes it from sibling translation/document tools.

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?

It explicitly states when to use it: '要报余额、要判断「够不够翻这一单」时用它', and warns against inferring balance from prior order deductions. However, it does not name alternative sibling tools (e.g., calculate_video_translation_quota) for related cost checks.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhang452064326/belindoc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server