Skip to main content
Glama

List credit packs, rss digest, atom feed, feed items

list_credit_packs
Read-only

Prepaid TEST packs (GET /credits/packs). checkout_credits is intent only; credits grant after confirm_credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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 known. The description adds context that these are 'TEST' packs and that credits are only granted after confirm_credits, which is useful for understanding the lifecycle. It does not describe the return format or pagination behavior, but for a simple read-only list, the added context is adequate without being rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences with no wasted words. The primary resource and endpoint are front-loaded, followed by a crucial clarification about the credit flow. Every sentence earns its place, achieving optimal brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-parameter, read-only list tool with annotations covering safety, the description provides the essential context: what is listed (prepaid test packs) and how it relates to the checkout/confirm flow. It does not describe the output structure, but since there is no output schema and the tool is a simple list, an agent can infer it returns the packs. Overall, it is sufficiently complete, though a brief note on the response format would push it to a 5.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the schema coverage is effectively 100% (no parameters to document). Per the rubric, a baseline of 4 is appropriate. The description adds no parameter-specific detail because there are none, but it correctly does not invent any. It does mention the endpoint, which is not strictly required given the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as retrieving 'Prepaid TEST packs' via the endpoint 'GET /credits/packs', which is a specific verb-resource pair. It distinguishes itself from related tools by clarifying the credit lifecycle ('checkout_credits is intent only; credits grant after confirm_credits'). However, it does not explicitly contrast with a sibling that might perform a similar listing, and the title's broader scope ('rss digest, atom feed, feed items') could introduce ambiguity, so it is not a full 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context about when this tool fits in the credit flow (checkout vs. confirm), implying it should be used to inspect available prepaid packs before checkout. It does not explicitly state when NOT to use it or name an alternative for similar functionality, leaving the guidance implicit rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources