Skip to main content
Glama

polymarket_resolution_watch

Read-onlyIdempotent

Polymarket resolution watch: markets ending within N days (default 7) with UMA resolution status (proposed/disputed), UMA bond and reward, hours to resolution, last price, 24h volume, liquidity and a uma_risk flag for contested or undecided resolutions. Lets prediction agents avoid or exploit resolu

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNoparametros del producto (JSON o texto)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already cover safety (readOnllyHint=true, idempotentHint=true, destructiveHint=false), so the bar is lower. The description adds useful behavioral context: a configurable time window (default 7 days) and the meaning of the uma_risk flag (contested/undecided). It does not disclose data freshness, snapshot semantics, or pagination, and no contradiction exists between text and annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is front-loaded and the field list is information-dense. However, it reads as one run-on enumeration of eight fields and ends truncated mid-word ('resolu'), which is a structural defect in what the agent actually sees.

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

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists and annotations are rich, so return values and safety are largely covered. The description tells the agent what data it returns and the default window. The notable gaps are vague input semantics and no sibling-routing aid, though neither is fatal for a read-only watch tool.

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 reported at 100%, so baseline is 3, but the schema description ('parametros del producto (JSON o texto)') is generic and offers minimal semantic value. The tool description compensates partially by revealing the default of 7 days and implying N is passed via the input, yet the expected JSON/text shape remains opaque.

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 names a specific verb and resource ('watch' + 'Polymarket markets ending within N days') and enumerates distinctive return fields: UMA resolution status, bond/reward, hours to resolution, price, volume, liquidity, uma_risk. This separates it from generic market tools. It stops short of naming close siblings like market_resolution or dispute_risk to differentiate, and the final sentence is truncated at 'avoid or exploit resolu'.

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 explicit when-to-use or when-not-to-use guidance appears. With 29 siblings including closely related tools (market_resolution, dispute_risk, resolution_verdict, resolution_source_feed), the agent must infer routing. The phrase 'Lets prediction agents avoid or exploit resolu[tion]' is only an implied use case, not a selection rule.

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

B3.2/5.0
Disambiguation2/5

The Polymarket/resolution cluster alone has eight tools (dispute_risk, market_resolution, resolution_source_feed, resolution_verdict, polymarket_resolution_watch, polymarket_odds_movers, polymarket_whales, insider_radar) with heavily overlapping responsibilities, and several risk-verdict tools also blur together. Descriptions clarify somewhat, but an agent would frequently need to read full details to avoid selecting the wrong tool.

Naming Consistency4/5

Nearly all tools use lowercase snake_case noun-phrase names like asset_risk and sanctions_screen. A few one-word compounds (codeaudit, macrobundle, txintent) and varying prefixes break the pattern slightly, but the overall style is consistent and readable.

Tool Count2/5

30 tools exceeds the 25-tool threshold and feels heavy even for a multi-domain data marketplace. Many tools are individually sold data products, and several could be consolidated — particularly the resolution/verdict/source-feed group.

Completeness4/5

The surface covers the stated domains well: maritime/chokepoint risk, Polymarket resolution and trading signals, DeFi/macro data, and transaction/identity security. Minor gaps include no registry-list/query companion to registry_watch and no historical time-series endpoint for risk verdicts, but core workflows are not dead-ended.

Resources