List credit packs — pdf text, pdf extract, document text
list_credit_packsPrepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_credit_packsPrepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits.
| 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. The description adds useful context by identifying the operation as a GET and noting these are prepaid TEST packs, and it clarifies the credit-granting sequence around checkout/confirm. It does not mention return shape or pagination, but this is a simple list with no output schema.
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 core listing purpose is front-loaded, and the checkout/confirm clarification earns its place by preventing workflow confusion.
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 list operation, the description is largely complete: it gives the endpoint, the resource type, and the surrounding credit workflow. It does not explain what the returned pack data contains, but the absence of an output schema and the simple nature of the call make this a minor gap.
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 is fully covered by default and the description does not need to explain parameter meaning. The baseline for 0 params is 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 ('List') and the resource ('Prepaid TEST packs') and gives the exact endpoint 'GET /credits/packs'. It distinguishes this tool from the credit workflow siblings by noting that 'checkout_credits is intent only; credits grant after confirm_credits.'
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 workflow context is explicit about how checkout_credits and confirm_credits relate to each other, which helps an agent avoid treating checkout as the final step. It does not explicitly name alternatives like credit_balance for viewing balance, so it stops short of full when/when-not guidance.
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.