Skip to main content
Glama

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

polymarket_resolving

Active Polymarket prediction markets resolving within the next N hours (default 24), sorted by 24h volume, with live prices. For tracking imminent event outcomes. Paid tool: $0.001 per call via x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoWindow in hours (default 24)
limitNoMax markets to return (default 10)

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions the paid nature via x402 (cost), but does not explicitly state read-only status, authentication needs, rate limits, or side effects. The default window and sorting are described, but overall disclosure is moderate.

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 one sentence plus a brief payment note. It is highly concise, front-loaded with the core action, and contains no extraneous 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 tool has no output schema and 2 optional parameters with no annotations, the description provides adequate context: what is returned (markets resolving, sorting, prices), the payment model, and the default window. It is complete for its complexity, though return format details are omitted.

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 description coverage is 100% (both 'hours' and 'limit' have descriptions in the schema). Baseline is 3. The tool description does not add any additional meaning beyond the schema, so the score remains at 3.

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 'Active Polymarket prediction markets resolving within the next N hours… sorted by 24h volume, with live prices.' It specifies the verb 'resolving' and the resource 'prediction markets', and the focus on imminent outcomes distinguishes it from sibling tools like polymarket_movers and polymarket_odds.

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 indicates usage is 'for tracking imminent event outcomes,' providing clear context. However, it does not explicitly state when not to use this tool versus alternatives like polymarket_movers or polymarket_odds.

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