Ledger 2401 balance
get_balanceGET /api/balance. USDT is the spendable catalog currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
get_balanceGET /api/balance. USDT is the spendable catalog currency.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds some context beyond annotations by stating the endpoint and that USDT is the spendable currency, but it does not describe response format, potential errors, or any other behavioral details.
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 two short sentences with no filler. The endpoint is front-loaded and the currency clarification earns its place.
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?
For a zero-parameter, read-only, idempotent tool, the description is nearly complete: it gives the endpoint, method, and currency context. The main omission is the expected response shape, but no output schema exists and the tool is simple enough that the endpoint clarifies the return value.
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?
There are zero parameters, so the schema requires no documentation. The description's currency note adds useful semantic meaning beyond the empty schema, meriting a solid baseline score.
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 names a specific resource ('/api/balance') with an explicit HTTP method ('GET'), and adds a meaningful currency detail ('USDT is the spendable catalog currency'). It is clear what the tool does, though it does not explicitly distinguish itself from sibling tools beyond the name.
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?
No guidance is given about when to use this tool versus alternatives such as get_spend_policy or get_deposit_address. The description is purely declarative and provides no context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.