Skip to main content
Glama

MCPFax Macro & Market Intelligence

Polymarket events

polymarket_events
Read-onlyIdempotent

List Polymarket events — the grouped questions such as an election or a rate decision — ordered by volume, each with title, slug, end date, volume, 24h volume, liquidity, open interest, its full market count and the priced member markets themselves. Use it when a question has many candidate outcomes and you want them together rather than one at a time. Costs $0.005 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /polymarket/events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many events, 1-25 (default 5) Example: '5'.
closedNoReturn closed events instead of open ones Example: 'false'.
ascendingNoSort ascending instead of descending Example: 'false'.
markets_per_eventNoMember markets per event, 1-25 (default 5) Example: '5'.

TDQS

A4.4/5.0
Behavior5/5

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

Alongside strong annotations (readOnly, openWorld, idempotent, non-destructive), the description adds valuable behavioral details: per-call cost, the x402 payment mechanism, the payment-challenge response for unpaid calls, and the no-data-no-settlement guarantee. This exceeds the annotations' coverage and helps the agent anticipate real call outcomes.

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?

The description is longer than average but remains dense and purposeful: it front-loads the tool's function, then the use case, then cost and failure behavior, then the HTTP route. Each sentence adds distinct value, though a slightly tighter wording could improve scannability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/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 carefully enumerates the response fields (title, slug, end date, volume, 24h volume, liquidity, open interest, market count, member markets), making the return shape understandable. It also covers cost, failure semantics, the no-data-cost guarantee, and the HTTP route, so an agent has everything needed to call and interpret this tool 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?

The input schema already describes all four parameters with 100% coverage, including defaults and ranges, so the description need not repeat them. The description does mention ordering by volume, which relates to the default sort behavior, but does not add further parameter-level meaning beyond the schema.

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 uses a specific verb ('List') and resource ('Polymarket events') and defines events as grouped questions such as an election or rate decision, distinguishing them from individual markets. It also enumerates the returned fields, making the tool's scope and output immediately clear.

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 explicitly says to use it when a question has many candidate outcomes and you want them together rather than one at a time, which gives clear context. It implies alternatives (individual market tools) but does not name them explicitly, and it omits explicit when-not-to-use guidance.

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.3/5.0
Disambiguation4/5

Most tools target distinct resources: defi_protocol vs defi_protocols are clearly list-vs-detail, and crypto_spot_prices vs defi_token_prices are explicitly differentiated. The main overlap is prediction_market_search vs polymarket_markets/manifold_markets, but the cross-venue purpose is clearly stated.

Naming Consistency5/5

All tool names use snake_case with a consistent resource-noun pattern (defi_, polymarket_, us_, etc.). Plural/singular variants are logical (defi_protocol vs defi_protocols, polymarket_market vs polymarket_markets), and no unconventional casing or verb-style mixing appears.

Tool Count4/5

18 tools is slightly above the ideal 3-15 range, but the server covers a broad domain (crypto, DeFi, prediction markets, macro, FX, rates), so each tool serves a distinct data type. The count feels justified by the breadth rather than redundant.

Completeness4/5

The surface covers major market intelligence categories well: prices, yields, TVL, prediction markets, macro indicators, and FX. Minor gaps exist (e.g., no equities/commodities, limited macro series, no historical crypto data), but the core workflows for macro and market overview are supported without dead ends.

Resources