Get CapMonster balance
get_balanceRetrieve your CapMonster account balance to verify available credits before sending CAPTCHA solving requests.
Instructions
Get CapMonster account balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_balanceRetrieve your CapMonster account balance to verify available credits before sending CAPTCHA solving requests.
Get CapMonster account balance.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.1.11Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the purpose without mentioning authentication requirements, potential errors, or the return format. Since there is no output schema, the agent is left to infer what the balance response looks like.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence with no redundancy. It is appropriately front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with no parameters and no output schema. The description tells the agent what it does, which is largely sufficient for a trivial getter. However, it does not specify the return value format, which is a minor gap given the lack of an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema description coverage is 100% (trivially empty). The description adds no parameter information, but none is needed. Per the rubric, a zero-parameter tool earns a baseline of 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and the specific resource ('CapMonster account balance'). It is distinct from sibling tools, which focus on tasks, user agent, or documentation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is used to check the account balance, but it does not provide explicit guidance on when to use it versus alternatives or mention any prerequisites. For a simple getter with no parameters, this is adequate but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.