Skip to main content
Glama

GhostKey — Route Paid APIs with x402

Ghostkey Quote

ghostkey_quote
Read-onlyIdempotent

Explain how to obtain authoritative pricing from a fresh live x402 402 challenge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capabilityNo

Schema Changelog

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

  1. Changed1 schema field changed
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
  2. First observed

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds useful context by indicating that the tool explains how to obtain pricing rather than executing the quote itself, and it emphasizes the 'fresh live' challenge requirement. No contradiction with annotations exists.

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

Conciseness4/5

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

The description is a single sentence with no filler, and the core task is front-loaded. It is concise and easy to parse, though some additional parameter guidance would improve its completeness.

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

Completeness3/5

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

For a low-complexity tool with read-only and idempotent annotations, the description covers the core purpose and safety profile. However, it lacks parameter semantics and sibling differentiation, so an agent has to infer how to actually invoke the tool with a capability value.

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

Parameters1/5

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

The only parameter, capability, is completely unexplained. Schema description coverage is 0%, and the description never defines what capability values are valid, what they mean, or how they affect the resulting explanation. An agent cannot reliably populate this parameter.

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 states a specific verb ('Explain') and a specific resource/purpose ('authoritative pricing from a fresh live x402 402 challenge'). It is distinguishable from sibling tools like ghostkey_catalog, ghostkey_policy, and ghostkey_status, though the protocol jargon is unexplained.

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 phrase 'from a fresh live x402 402 challenge' implies the intended scenario for this tool. However, there is no explicit guidance about when to use this tool versus ghostkey_catalog, ghostkey_policy, or ghostkey_status, and no exclusions or alternatives are named.

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/5.0
Disambiguation5/5

Each tool has a distinct purpose: catalog lists capabilities, policy returns policy details, quote explains pricing acquisition, and status reports server health. No two tools overlap in function.

Naming Consistency5/5

All tool names follow the exact same pattern: 'ghostkey_' prefix followed by a single noun. Consistent and predictable naming scheme.

Tool Count5/5

Four tools is well-scoped for a server focused on providing GhostKey metadata and status. Each tool addresses a clear need without unnecessary bloat.

Completeness4/5

The server covers catalog, policy, quote, and status, which are the core informational functions. It intentionally does not expose callable paid capabilities, so there are no obvious dead ends for its stated purpose.

Resources