Credit balance — webhook inbox, request bin
credit_balanceDerived prepaid balance for this caller_id (GET /credits/balance).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
credit_balanceDerived prepaid balance for this caller_id (GET /credits/balance).
| 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 and destructiveHint=false, covering the safety profile. The description adds a little context by noting the balance is 'derived' and scoped to the caller_id, but it does not disclose rate limits, authentication requirements, or other behavioral traits beyond what annotations provide.
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?
A single, focused sentence that front-loads the core concept ('Derived prepaid balance') and adds only the endpoint and scope. No wasted words.
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 parameterless, read-only tool with annotations covering safety, the description provides the essential information: what it returns (a balance) and for whom (caller_id). It could add a bit more about the meaning of 'derived' or the response format, but given the tool's simplicity, it is largely complete.
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, so the schema already fully covers parameter semantics. The description usefully clarifies that the balance is implicitly for the caller_id (likely from authentication), which is the only meaningful input context even though it is not a formal parameter.
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 identifies the resource precisely ('Derived prepaid balance for this caller_id') and includes the GET endpoint, making the operation clear as a retrieval. However, it lacks an explicit verb (e.g., 'get' or 'retrieve') and does not explicitly differentiate from sibling tools, though the resource is distinct enough.
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 like credit_events or checkout_credits. The phrase 'for this caller_id' implies a current authenticated context, but there is no explicit context, exclusion, or alternative indication.
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.