Skip to main content
Glama

paid_api_info

Machine-readable description of the full paid API (endpoints, price, x402 payment).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It indicates the tool is a read-only information retrieval (it returns a 'description'), which is sufficient for a non-destructive action. No contradictions or missing behavioral traits.

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 a single 11-word sentence that is front-loaded and to the point. Every word adds value; no redundancy.

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?

Given no parameters, no annotations, and no output schema, the description covers what the tool returns (endpoints, price, x402 payment) in machine-readable form. It is complete for an info tool, though the return format is unspecified.

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 no parameters, and schema coverage is 100%. Baseline score is 4. The description does not add parameter info, but none is needed.

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

Purpose5/5

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

The description clearly states it provides a machine-readable description of the full paid API, specifying coverage of endpoints, price, and x402 payment. It distinguishes itself from sibling tools (rug_scan_preview, wallet_report_preview) which are unrelated.

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 implies usage for obtaining info about the paid API, but does not explicitly state when to use or when not to use, nor does it reference alternatives. Context is clear but no exclusion criteria or comparison to siblings.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: API info, rug scan preview, and wallet report preview. There is no overlap or ambiguity between them.

Naming Consistency4/5

All names use snake_case and are descriptive, but they do not follow a strict verb_noun pattern (e.g., 'paid_api_info' is adjective_noun_noun). The pattern is mostly consistent.

Tool Count3/5

With only 3 tools, the server feels limited for a crypto domain. It provides basic previews and API info but lacks core trading or data retrieval tools, making the scope narrow.

Completeness2/5

The tool surface is severely incomplete for a crypto MCP. Missing essential operations like price queries, balance checks, transactions, or trading actions. Only previews and API info are offered.

Resources