Skip to main content
Glama

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

polymarket_movers

Polymarket prediction markets with the biggest odds swings in the last 24 hours, filtered to liquid markets (default $10k+ daily volume), most-moved first. The fastest way to spot where consensus is shifting. Paid tool: $0.001 per call via x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax markets to return (default 10)
minVolume24hNoIgnore markets below this 24h USD volume (default 10000)

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 burden. It discloses pricing ($0.001 per call via x402 on Base) and filtering criteria (liquid markets, default $10k+ daily volume). It doesn't detail return format but covers key behavioral traits. No contradictions.

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 two sentences plus a pricing note, no wasted words. It front-loads the main purpose and logically presents filtering, ordering, and cost information.

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 the simple tool and no output schema, the description covers purpose, filtering, ordering, and pricing. It lacks precise definition of 'odds swings' but is sufficient for an agent to select and invoke correctly.

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 descriptions for both parameters. The description reinforces the default for minVolume24h ($10k) but adds no new meaning 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.

Purpose5/5

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

The description clearly states the tool returns Polymarket prediction markets with the biggest odds swings in the last 24 hours, filtered to liquid markets, most-moved first. It uses a specific verb+resource and distinguishes from siblings like polymarket_odds and polymarket_resolving.

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 clear context for use: 'fastest way to spot where consensus is shifting.' It implies when to use this tool for checking odds swings, and the pricing note adds practical guidance. However, it does not explicitly exclude alternatives or mention when not to use it.

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