Credit balance, rss digest, atom feed, feed items
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, so the safety profile is covered. The description adds useful context by noting the balance is 'derived' and scoped to 'this caller_id', but it does not describe response format, error behavior, or any rate-limit implications.
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 compact sentence, front-loads the core meaning, and includes the endpoint without fluff. Every part contributes to understanding the tool.
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 balance lookup with no output schema, the description is mostly complete: it names the resource, the scoping, and the operation. A minor gap is that it does not indicate the return format or units of the balance.
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 schema coverage is 100%, so there are no parameter details to document. The mention of caller_id provides implicit context that the balance is tied to the authenticated caller, which is sufficient.
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 identifies the resource as the derived prepaid balance for the caller_id and gives the endpoint GET /credits/balance. However, it lacks an explicit verb and does not distinguish itself from siblings like list_credit_packs or credit_events; the title adds confusing unrelated terms like 'rss digest' and 'atom feed'.
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 quote_credits, checkout_credits, or credit_events. The description states what the tool returns but provides no conditions, exclusions, or context for choosing it.
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.