Skip to main content
Glama

dispute_risk

Read-onlyIdempotent

Resolution/dispute risk score (0-100) for Polymarket markets: UMA status (proposed/disputed), UMA bond and reward, rules-text ambiguity (length, deadline date, declared resolution source), top-3 holder concentration as a vote-manipulation proxy, and days to resolution. Pass a market_slug or conditio

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNoparametros del producto (JSON o texto)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the description does not need to repeat safety traits. It adds meaningful behavioral detail beyond the annotations: the score range and the concrete factors considered, which helps an agent understand what the score represents and what may influence it.

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 structure is efficient: a lead phrase, a colon-separated list of scoring factors, and a call instruction. However, the final instruction is cut off mid-word ('conditio'), leaving the sentence incomplete and preventing a higher score for structural polish.

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?

For a scoring tool with one generic input parameter, the description covers the scoring dimensions and partially explains the expected input, which is helpful. But the input guidance is truncated, and no usage boundary is given relative to resolution-focused sibling tools, so the definition is not fully self-sufficient even though an output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema's single 'input' parameter is only described as 'parametros del producto (JSON o texto)', a vague generic description. The tool description compensates by clarifying that the caller should pass a market_slug or a condition identifier, which is essential and not inferable from the schema. The guidance is truncated, so it is not a full 5.

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 identifies the resource (Polymarket markets) and the output (a 0-100 resolution/dispute risk score), and it lists the components used to derive it. It lacks an explicit verb like 'computes' or 'estimates' and does not itself distinguish the tool from the many resolution-related siblings, so it misses the top score.

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?

There is no statement of when this tool should be used instead of alternatives such as market_resolution, resolution_verdict, or polymarket_resolution_watch. The only guidance is the input instruction ('Pass a market_slug or conditio...'), which says how to call the tool but not when it is the appropriate choice.

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