Skip to main content
Glama

predict_markets

PAID ($0.005/call). Polymarket prediction markets HostDeFi tracks (top ~100 by 24h volume): market ids, questions, latest yes/no odds and sampling stats from HostDeFi's own recorded series. 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
limitNo
x402_paymentNobase64 X-PAYMENT payload

Schema Changelog

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

  1. Added

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 the full burden and discloses the key behaviors: the $0.005/call cost, the two-step payment prerequisite, the charge-only-when-a-result-returns condition, and the data provenance from HostDeFi's recorded series. It does not cover failure/error behavior, but the critical payment and auth behaviors are explicit.

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 dense but economical: the first sentence establishes cost and scope, the second details the two-call payment workflow, and the third clarifies the billing trigger. There is no filler, and every sentence contributes to correct invocation.

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 paid data tool with no output schema and no annotations, the description covers the most important operational context: payment flow, billing behavior, data fields, and data source. It falls short of defining `limit` semantics or the exact response structure and error cases, which an autonomous agent might still need.

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

Parameters3/5

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

The description adds real meaning to x402_payment by explaining how to obtain the payload and when to include it, going beyond the schema's one-line description. However, the `limit` parameter is never explained beyond its schema min/max, leaving its role as the market count implicit. With only 50% schema coverage, this is a partial but notable gap.

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 identifies the resource (Polymarket prediction markets tracked by HostDeFi), the scope (top ~100 by 24h volume), and the specific returned fields (market ids, questions, latest yes/no odds, sampling stats). This is precise enough to distinguish it from siblings like predict_history even without naming them explicitly.

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?

The description provides an explicit invocation protocol: call without x402_payment to receive the `accepts` array, pay via any x402 client/wallet, then call again with the base64 payload. It also clarifies when charges occur. It does not compare against sibling tools, but the operational when-to-call flow is unambiguous.

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