Skip to main content
Glama

buy_api_key

PAID ($5, one payment). Mint a 30-day HostDeFi Agent-plan API key (5,000 calls, batch enabled) — the key arrives in the paid response; no account, no signup. Call once WITHOUT x402_payment to receive the x402 payment requirements (an accepts array); pay one of them with any x402 client/wallet, then call again with x402_payment set to the base64 X-PAYMENT payload. You are only charged when a result actually comes back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x402_paymentNobase64 X-PAYMENT payload

Schema Changelog

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

  1. First observed

TDQS

A4.5/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 and discloses key behaviors: it's a paid operation ($5), one-time payment, key returned in response, no account/signup, batch enabled, and payment is conditional on receiving a result. Could mention error handling or idempotency, but current detail is strong for a purchase tool.

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 front-loaded with the core purpose and cost, then efficiently explains the two-step process. Every sentence adds necessary information without redundancy. No wasted words.

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?

With no output schema, the description mentions the key arrives in the paid response and the first response contains an 'accepts' array. It doesn't specify exact response shapes, but provides enough for an agent to extract the needed data. Slightly lacking in response structure detail, but still robust.

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

Parameters5/5

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

The single parameter 'x402_payment' is described in schema as 'base64 X-PAYMENT payload'. The description adds crucial meaning: explains it's used only in the second call and that its value comes from the first call's response. This goes well beyond the schema definition.

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 the tool mints a 30-day HostDeFi Agent-plan API key for $5, with specific call limits and batch capability. It distinguishes well from sibling tools (pricing, signals, alerts, etc.) which serve different purposes.

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

Usage Guidelines4/5

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

Provides explicit two-step process: first call without x402_payment to get payment requirements, then pay and call again with x402_payment. It explains the payment flow and that you're only charged on success. Lacks an explicit note about alternatives (e.g., when to use get_x402_pricing instead), but the context is clear enough for an agent.

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

A3.9/5.0
Disambiguation2/5

Several tools target the same token-risk domain: token_risk_verdict, token_risk_deep, token_report, and scan_token all surface authority/holder/safety signals, and token_report vs token_risk_deep have nearly overlapping full-history/report scopes. An agent choosing between the cheap verdict, the deep history version, and the full due-diligence report can easily mis-select.

Naming Consistency3/5

All names are lowercase snake_case, but the pattern is split roughly half between verb-led terms and half between noun/resource terms: predict_markets and scan_token vs token_risk_deep and radar_alerts. This is readable, but it is not a consistent verb_noun grammar across the tool set.

Tool Count4/5

Fifteen tools is at the upper edge of a reasonable tool scope, and the catalog spans token risk, launches, prediction markets, swaps, wallets, and x402 billing. It is not overly large, but having three separate token-reporting tools makes the set feel slightly more redundant than its count alone suggests.

Completeness4/5

The server covers its stated domain fairly well: x402 pricing, API key purchase, free token scans, paid deep reports, wallet exposure, swap preview/execution, and prediction-market data are all represented. The main gap is API-key lifecycle management such as checking status or remaining calls, but no core investigation workflow is left as a dead end.

Resources