Skip to main content
Glama

chainpulse — real-time crypto + prediction market data for AI agents

polymarket_odds

Live Polymarket prediction market odds. Search any topic free-text ("fed rate cut", "world cup winner") or fetch one market by its slug. Returns normalized markets: outcomes, prices, bid/ask spread, 24h volume, liquidity, resolution date, and the polymarket.com URL. ~15s freshness. Paid tool: $0.001 per call via x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoExact Polymarket market slug (alternative to query)
limitNoMax markets to return (default 10)
queryNoFree-text search across Polymarket markets, e.g. "argentina world cup"

TDQS

B3.2/5.0
Behavior3/5

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

No annotations present, so description carries full burden. It discloses ~15s freshness, cost ($0.001/call), and payment method (x402), but lacks details on authorization, rate limits, or error handling. Does not contradict any annotations (none).

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?

Description is reasonably concise, front-loaded with purpose, and includes examples and return fields. Could be slightly tighter, but no wasted sentences.

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?

No output schema, but description explicitly lists all returned fields (outcomes, prices, spread, volume, liquidity, resolution date, URL). Combined with param schema, provides adequate context for a moderately complex tool. Missing some usage boundaries (e.g., max offset), but acceptable.

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?

Schema coverage is 100% with parameter descriptions. The description adds contextual examples (e.g., 'fed rate cut') and explains the return format, but does not provide meaningful new details beyond the schema. Baseline 3 is appropriate.

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 states it provides live Polymarket odds via free-text search or slug lookup, and lists returned fields. It differentiates from siblings (polymarket_movers, polymarket_resolving) implicitly by naming but not explicitly, leaving some ambiguity.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus siblings like polymarket_movers or crypto_prices. Agent must infer from name and description, which is insufficient.

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 targets a distinct data domain: crypto_prices for spot prices, defi_tvl for DeFi TVL, gas_prices for gas fees, and service_info for server details. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with two words: crypto_prices, defi_tvl, gas_prices, service_info. Predictable and readable.

Tool Count5/5

4 tools for a real-time crypto data server is well-scoped. Each tool serves a clear and essential sub-domain without being too few or too many.

Completeness5/5

The set covers core real-time crypto data needs: spot prices, DeFi TVL, gas fees, and service information. No obvious gaps for the stated purpose.

Resources